mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-09 16:46:20 +01:00
[CHANGE] Load Framework CSS before theme CSS
So it's available when the theme CSS starts loading.
This commit is contained in:
@@ -18,10 +18,11 @@
|
|||||||
|
|
||||||
<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/auth-framework-css.html' %}
|
||||||
|
|
||||||
{% theme_css %}
|
{% theme_css %}
|
||||||
|
|
||||||
{% include 'bundles/fontawesome.html' %}
|
{% include 'bundles/fontawesome.html' %}
|
||||||
{% include 'bundles/auth-framework-css.html' %}
|
|
||||||
|
|
||||||
{% include 'bundles/jquery-js.html' %}
|
{% include 'bundles/jquery-js.html' %}
|
||||||
{% include 'bundles/auth-framework-js.html' %}
|
{% include 'bundles/auth-framework-js.html' %}
|
||||||
|
|||||||
Reference in New Issue
Block a user