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 %}