mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
include js_template not css
This commit is contained in:
parent
5de19c43df
commit
02ab064ec3
@ -1,7 +1,7 @@
|
||||
{% load static %}
|
||||
<!-- allianceauth.theme.{{ theme.name }} JS -->
|
||||
{% if theme.js_template %}
|
||||
{% include theme.css_template %}
|
||||
{% include theme.js_template %}
|
||||
{% else %}
|
||||
{% for x in theme.js %}
|
||||
<script src="{{ x.url }}" integrity="{{ x.integrity }}" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user