From 0f155369a16dbd741f3ba7078d6bc5de0cccf677 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 11 Aug 2025 09:06:27 +0200 Subject: [PATCH] [CHANGE] Move it to the top --- .../allianceauth/admin-status/overview.html | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) 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 %} -