From db74ddfdf51302e6b8c8318e9ac244e8cf2a238d Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 7 Aug 2025 13:47:58 +0200 Subject: [PATCH 1/2] [FIX] Debug warning dashboard widget Bringing and layout the markup in line with the rest of the dashboard widgets. --- .../allianceauth/admin-status/overview.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/allianceauth/templates/allianceauth/admin-status/overview.html b/allianceauth/templates/allianceauth/admin-status/overview.html index 31d4ff09..9087c7c9 100644 --- a/allianceauth/templates/allianceauth/admin-status/overview.html +++ b/allianceauth/templates/allianceauth/admin-status/overview.html @@ -122,16 +122,19 @@
-
{% translate "Debug mode" %}
-

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

+ {% 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 %} -