From 234191218a23c58eec6f12cfad8a59cbc04dc117 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Mon, 11 Dec 2023 10:26:08 +0100 Subject: [PATCH] [FIX] Semantic headline order --- .../templates/authentication/dashboard.groups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/authentication/templates/authentication/dashboard.groups.html b/allianceauth/authentication/templates/authentication/dashboard.groups.html index d3c6aae7..88ed15c1 100644 --- a/allianceauth/authentication/templates/authentication/dashboard.groups.html +++ b/allianceauth/authentication/templates/authentication/dashboard.groups.html @@ -5,7 +5,7 @@

{% translate "Membership" %}

-
{% translate "State:" %} {{ request.user.profile.state }}
+
{% translate "State:" %} {{ request.user.profile.state }}
{% for group in groups %}