From 5dabf7031b82e0e24f680d75b5edc89793f35abd Mon Sep 17 00:00:00 2001 From: Aroy-Art Date: Sun, 25 Aug 2024 10:15:09 +0200 Subject: [PATCH] Fix: js loading order --- archivist/apps/templates/layouts/base-electric.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/archivist/apps/templates/layouts/base-electric.html b/archivist/apps/templates/layouts/base-electric.html index f932a6a..bc05272 100644 --- a/archivist/apps/templates/layouts/base-electric.html +++ b/archivist/apps/templates/layouts/base-electric.html @@ -61,12 +61,12 @@ + {% include "includes/scripts.html" %} + - {% include "includes/scripts.html" %} - {% block scripts %}{% endblock scripts %}