diff --git a/allianceauth/authentication/templates/public/base.html b/allianceauth/authentication/templates/public/base.html index 9276a5bb..62529bda 100644 --- a/allianceauth/authentication/templates/public/base.html +++ b/allianceauth/authentication/templates/public/base.html @@ -8,7 +8,7 @@ - + {% include 'allianceauth/icons.html' %} diff --git a/allianceauth/context_processors.py b/allianceauth/context_processors.py index 3fc65aa5..4feb243e 100644 --- a/allianceauth/context_processors.py +++ b/allianceauth/context_processors.py @@ -5,5 +5,6 @@ from .views import NightModeRedirectView def auth_settings(request): return { 'SITE_NAME': settings.SITE_NAME, + 'SITE_URL': settings.SITE_URL, 'NIGHT_MODE': NightModeRedirectView.night_mode_state(request), } diff --git a/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html b/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html index 196ce6e0..12c89ed0 100644 --- a/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html +++ b/allianceauth/groupmanagement/templates/groupmanagement/groupmembership.html @@ -60,7 +60,7 @@ - + diff --git a/allianceauth/srp/templates/srp/add.html b/allianceauth/srp/templates/srp/add.html index 260a929a..5b38500d 100644 --- a/allianceauth/srp/templates/srp/add.html +++ b/allianceauth/srp/templates/srp/add.html @@ -25,7 +25,8 @@ {% else %}