[ADD] Theme CSS to login base template

This commit is contained in:
Peter Pfeufer 2024-02-25 20:53:52 +01:00
parent 3935a9cdd2
commit 0287086633
No known key found for this signature in database
GPG Key ID: 6051D2C6AD4EBC27

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