From 9a77175bf358ef96ba196a44ad85ffb331d77656 Mon Sep 17 00:00:00 2001 From: Aaron Kable Date: Mon, 17 Jul 2023 10:25:36 +0800 Subject: [PATCH] Allow get params from next at login --- allianceauth/authentication/templates/public/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/authentication/templates/public/login.html b/allianceauth/authentication/templates/public/login.html index 11d4b792..11134f27 100644 --- a/allianceauth/authentication/templates/public/login.html +++ b/allianceauth/authentication/templates/public/login.html @@ -6,7 +6,7 @@ {% block page_title %}{% translate "Login" %}{% endblock %} {% block middle_box_content %} - + {% translate 'Login with Eve SSO' %} {% endblock %}