From 3000545c9824c63d12270f1d750180cced4c49a8 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Fri, 26 Jul 2024 23:09:15 +0200 Subject: [PATCH] [ADD] A bit margin to the notifications --- .../templates/allianceauth/admin-status/overview.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/allianceauth/templates/allianceauth/admin-status/overview.html b/allianceauth/templates/allianceauth/admin-status/overview.html index a8de1aca..47484a57 100644 --- a/allianceauth/templates/allianceauth/admin-status/overview.html +++ b/allianceauth/templates/allianceauth/admin-status/overview.html @@ -13,9 +13,9 @@ {% for notif in notifications %}
  • {% if notif.state == 'opened' %} - {% translate "Open" %} + {% translate "Open" %} {% else %} - {% translate "Closed" %} + {% translate "Closed" %} {% endif %} #{{ notif.iid }} {{ notif.title }}