Merge branch 'login-screen-theming' into 'v4.x'

[ADD] Theme CSS to login base template

See merge request allianceauth/allianceauth!1600
This commit is contained in:
Ariel Rin 2024-03-07 10:34:53 +00:00
commit ca11c726a3

View File

@ -1,3 +1,4 @@
{% load theme_tags %}
{% load static %} {% load static %}
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
@ -16,7 +17,7 @@
<title>{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}</title> <title>{% block title %}{% block page_title %}{% endblock page_title %} - {{ SITE_NAME }}{% endblock title %}</title>
{% include 'bundles/bootstrap-css-bs5.html' %} {% theme_css %}
{% include 'bundles/fontawesome.html' %} {% include 'bundles/fontawesome.html' %}
{% block extra_include %} {% block extra_include %}