From c188051aee9dad586f9fcee1578bce8a29dea569 Mon Sep 17 00:00:00 2001 From: cuom1999 Date: Thu, 21 Dec 2023 23:09:04 -0600 Subject: [PATCH] Import jquery on top --- templates/base.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index e823acb..4673ab2 100644 --- a/templates/base.html +++ b/templates/base.html @@ -96,6 +96,11 @@ } {% endif %} + {% if not INLINE_JQUERY %} + + {% else %} + + {% endif %} @@ -274,15 +279,9 @@
{{ i18n_config.announcement|safe }}
{% endif %} - {% if not INLINE_JQUERY %} - - {% endif %} {% compress js %} - {% if INLINE_JQUERY %} - - {% endif %}