From 66b97835d485b58b0a571d820b7d3172de30b08f Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Tue, 22 Oct 2024 18:51:30 +0200 Subject: [PATCH 1/2] [FIX] Language selector --- .../authentication/templates/public/lang_select.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/allianceauth/authentication/templates/public/lang_select.html b/allianceauth/authentication/templates/public/lang_select.html index 05883f2a..e581a335 100644 --- a/allianceauth/authentication/templates/public/lang_select.html +++ b/allianceauth/authentication/templates/public/lang_select.html @@ -5,11 +5,11 @@ {% csrf_token %} From 5507c30af4c2ef5d58263b654a4a5d3462c231cd Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Thu, 7 Nov 2024 10:49:31 +0100 Subject: [PATCH 2/2] [CHANGE] Use language local name --- allianceauth/authentication/templates/public/lang_select.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/authentication/templates/public/lang_select.html b/allianceauth/authentication/templates/public/lang_select.html index e581a335..7f641524 100644 --- a/allianceauth/authentication/templates/public/lang_select.html +++ b/allianceauth/authentication/templates/public/lang_select.html @@ -9,7 +9,7 @@ {% for lang_code, lang_name in LANGUAGES %} {% endfor %}