From 02ab064ec371134cb23fd5b026a00fee6a3c8179 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Thu, 9 Nov 2023 18:25:21 +1000 Subject: [PATCH] include js_template not css --- allianceauth/theme/templates/theme/theme_imports_js.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allianceauth/theme/templates/theme/theme_imports_js.html b/allianceauth/theme/templates/theme/theme_imports_js.html index f362ddf0..ad19fdf1 100644 --- a/allianceauth/theme/templates/theme/theme_imports_js.html +++ b/allianceauth/theme/templates/theme/theme_imports_js.html @@ -1,7 +1,7 @@ {% load static %} {% if theme.js_template %} - {% include theme.css_template %} + {% include theme.js_template %} {% else %} {% for x in theme.js %}