From eaedcd5bb7c6e5e13c42b96b462231682b55d7dd Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 9 Dec 2023 20:14:42 +0100 Subject: [PATCH] [FIX] More Bootstrap class usage fixes --- .../templates/authentication/dashboard.characters.html | 2 +- .../templates/authentication/dashboard.groups.html | 2 +- allianceauth/optimer/templates/optimer/dashboard.ops.html | 4 ++-- .../timerboard/templates/timerboard/dashboard.timers.html | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/allianceauth/authentication/templates/authentication/dashboard.characters.html b/allianceauth/authentication/templates/authentication/dashboard.characters.html index 0e0229fd..b2e0588d 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.characters.html +++ b/allianceauth/authentication/templates/authentication/dashboard.characters.html @@ -1,5 +1,5 @@ {% load i18n %} -
+
diff --git a/allianceauth/authentication/templates/authentication/dashboard.groups.html b/allianceauth/authentication/templates/authentication/dashboard.groups.html index 5cbd8cf3..d3c6aae7 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.groups.html +++ b/allianceauth/authentication/templates/authentication/dashboard.groups.html @@ -1,5 +1,5 @@ {% load i18n %} -
+

{% translate "Membership" %}

diff --git a/allianceauth/optimer/templates/optimer/dashboard.ops.html b/allianceauth/optimer/templates/optimer/dashboard.ops.html index ddcd3cdd..212f89e6 100644 --- a/allianceauth/optimer/templates/optimer/dashboard.ops.html +++ b/allianceauth/optimer/templates/optimer/dashboard.ops.html @@ -1,7 +1,7 @@ {% load i18n %} {% load evelinks %} -
+

{% translate "Upcoming Fleets" %}

@@ -24,7 +24,7 @@ {{ ops.operation_name }} - ({{ ops.type }}) + {{ ops.type }} {{ ops.system }} diff --git a/allianceauth/timerboard/templates/timerboard/dashboard.timers.html b/allianceauth/timerboard/templates/timerboard/dashboard.timers.html index cb5d944c..be0cef02 100644 --- a/allianceauth/timerboard/templates/timerboard/dashboard.timers.html +++ b/allianceauth/timerboard/templates/timerboard/dashboard.timers.html @@ -1,7 +1,7 @@ {% load i18n %} {% load evelinks %} -
+

{% translate "Upcoming Timers" %}