From 6919f4c7758e94dc8c1f2f5d652528634ce99343 Mon Sep 17 00:00:00 2001 From: George Katsikas <giorgakis.katsikas@gmail.com> Date: Mon, 10 Jun 2024 14:39:59 +0200 Subject: [PATCH] load jquery on homepage --- scipost_django/scipost/templates/scipost/portal/portal.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scipost_django/scipost/templates/scipost/portal/portal.html b/scipost_django/scipost/templates/scipost/portal/portal.html index 4e728f7cf..a0e6a179e 100644 --- a/scipost_django/scipost/templates/scipost/portal/portal.html +++ b/scipost_django/scipost/templates/scipost/portal/portal.html @@ -7,9 +7,8 @@ {% load user_groups %} {% block basebundle %} - {{ block.super }} {% render_bundle 'style' %} - {% get_files 'base' as base_scripts %} + {% get_files 'jquerybase' as base_scripts %} {% for file in base_scripts %} <script defer src="{{ file.url }}"></script> {% endfor %} -- GitLab