From 5fed9b21c3b359ff0aac4d53c56f85a3ed20e13f Mon Sep 17 00:00:00 2001 From: Florian Aucomte Date: Tue, 23 Apr 2024 13:48:08 +0100 Subject: [PATCH] fix: Move jQuery load earlier (#2287) --- portal/templates/portal/base.html | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/portal/templates/portal/base.html b/portal/templates/portal/base.html index e8fba462d..e9e795dbc 100644 --- a/portal/templates/portal/base.html +++ b/portal/templates/portal/base.html @@ -10,6 +10,7 @@ + {% include "common/onetrust_cookies_consent_notice.html" %} {% block head %} {% endblock head %} @@ -31,21 +32,14 @@ type="image/x-icon"> {% endblock css %} {% include "portal/tag_manager/tag_manager_head.html" %} - - + + - - - - - + + + + +