From 0cd36ad5bc20489474f9889e1bd38a5fe292fcd0 Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sat, 25 Jun 2022 13:46:56 +0200 Subject: [PATCH] Moved SSO button from "root" to "authentication" --- .../img/sso/EVE_SSO_Login_Buttons_Large_Black.png | Bin .../img/sso/EVE_SSO_Login_Buttons_Large_White.png | Bin .../authentication/templates/public/login.html | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) rename allianceauth/authentication/static/{ => authentication}/img/sso/EVE_SSO_Login_Buttons_Large_Black.png (100%) rename allianceauth/authentication/static/{ => authentication}/img/sso/EVE_SSO_Login_Buttons_Large_White.png (100%) diff --git a/allianceauth/authentication/static/img/sso/EVE_SSO_Login_Buttons_Large_Black.png b/allianceauth/authentication/static/authentication/img/sso/EVE_SSO_Login_Buttons_Large_Black.png similarity index 100% rename from allianceauth/authentication/static/img/sso/EVE_SSO_Login_Buttons_Large_Black.png rename to allianceauth/authentication/static/authentication/img/sso/EVE_SSO_Login_Buttons_Large_Black.png diff --git a/allianceauth/authentication/static/img/sso/EVE_SSO_Login_Buttons_Large_White.png b/allianceauth/authentication/static/authentication/img/sso/EVE_SSO_Login_Buttons_Large_White.png similarity index 100% rename from allianceauth/authentication/static/img/sso/EVE_SSO_Login_Buttons_Large_White.png rename to allianceauth/authentication/static/authentication/img/sso/EVE_SSO_Login_Buttons_Large_White.png diff --git a/allianceauth/authentication/templates/public/login.html b/allianceauth/authentication/templates/public/login.html index e52e65b3..aaff4ec2 100644 --- a/allianceauth/authentication/templates/public/login.html +++ b/allianceauth/authentication/templates/public/login.html @@ -7,6 +7,6 @@ {% block middle_box_content %} - + {% endblock %}