diff --git a/scipost_django/scipost/templates/scipost/portal/portal.html b/scipost_django/scipost/templates/scipost/portal/portal.html
index 4e728f7cf5f6485f7733da28affa5aa6657f34ed..a0e6a179ebdc0e6e120edeb0b6463b0bb1e1a9f7 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 %}