From 028708663396792d4782a5a25af4f93dc768ffbb Mon Sep 17 00:00:00 2001 From: Peter Pfeufer Date: Sun, 25 Feb 2024 20:53:52 +0100 Subject: [PATCH] [ADD] Theme CSS to login base template --- allianceauth/authentication/templates/public/base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/allianceauth/authentication/templates/public/base.html b/allianceauth/authentication/templates/public/base.html index ba763a7a..b73cfd4d 100644 --- a/allianceauth/authentication/templates/public/base.html +++ b/allianceauth/authentication/templates/public/base.html @@ -1,3 +1,4 @@ +{% load theme_tags %} {% load static %} @@ -16,7 +17,7 @@ {% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %} - {% include 'bundles/bootstrap-css-bs5.html' %} + {% theme_css %} {% include 'bundles/fontawesome.html' %} {% block extra_include %}