From e6306ea7aaab27c30b2767aa28a13bd79184e87f Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 12 Nov 2023 20:04:44 +0100 Subject: [PATCH 01/48] [FIX] Legend in `services.html` template --- .../services/templates/services/services.html | 36 +++++++++---------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/allianceauth/services/templates/services/services.html b/allianceauth/services/templates/services/services.html index b3929fdf..4febf3b8 100644 --- a/allianceauth/services/templates/services/services.html +++ b/allianceauth/services/templates/services/services.html @@ -14,40 +14,40 @@ {% endfor %} -
-

Legend

+
+

{% translate "Legend" %}

-
- - - +
+ + +

{% translate "Click to activate the service for your user." %}

-
- - - +
+ + +

{% translate "Click to manually set your password." %}

-
- - - +
+ + +

{% translate "Click to randomly generate your password." %}

-
- - - +
+ + +

{% translate "Click to deactivate the service for your user" %}

From 10c5a8906d3e5dbcaf7b6f625c05f2958635a767 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 12 Nov 2023 20:39:04 +0100 Subject: [PATCH 02/48] [FIX] Dropdown menu --- .../corputils/templates/corputils/base.html | 61 +++++++++++++++---- 1 file changed, 48 insertions(+), 13 deletions(-) diff --git a/allianceauth/corputils/templates/corputils/base.html b/allianceauth/corputils/templates/corputils/base.html index 43f3170a..1656ad26 100644 --- a/allianceauth/corputils/templates/corputils/base.html +++ b/allianceauth/corputils/templates/corputils/base.html @@ -1,34 +1,69 @@ {% extends "allianceauth/base-bs5.html" %} + {% load i18n %} + {% block page_title %} {% translate "Corporation Member Data" %} {% endblock page_title %} + +{% block header_nav_brand %} + {% translate "Corporation Member Data" %} +{% endblock header_nav_brand %} + {% block content %}
-

{% translate "Corporation Member Data" %}

-