diff --git a/allianceauth/templates/allianceauth/admin-status/overview.html b/allianceauth/templates/allianceauth/admin-status/overview.html index 9087c7c9..158c99cb 100644 --- a/allianceauth/templates/allianceauth/admin-status/overview.html +++ b/allianceauth/templates/allianceauth/admin-status/overview.html @@ -1,6 +1,23 @@ {% load i18n %} {% load humanize %} +{% if debug %} +
+
+
+ {% translate "Debug mode" as widget_title %} + {% include "framework/dashboard/widget-title.html" with title=widget_title %} + +
+

+ {% translate "Debug mode is currently turned on!
Make sure to turn it off as soon as you are finished testing." %} +

+
+
+
+
+{% endif %} + {% if notifications %}
@@ -118,23 +135,6 @@
-{% if debug %} -
-
-
- {% translate "Debug mode" as widget_title %} - {% include "framework/dashboard/widget-title.html" with title=widget_title %} - -
-

- {% translate "Debug mode is currently turned on!
Make sure to turn it off as soon as you are finished testing." %} -

-
-
-
-
-{% endif %} -