SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 6919f4c7 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

load jquery on homepage

parent b0b989a8
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,8 @@ ...@@ -7,9 +7,8 @@
{% load user_groups %} {% load user_groups %}
{% block basebundle %} {% block basebundle %}
{{ block.super }}
{% render_bundle 'style' %} {% render_bundle 'style' %}
{% get_files 'base' as base_scripts %} {% get_files 'jquerybase' as base_scripts %}
{% for file in base_scripts %} {% for file in base_scripts %}
<script defer src="{{ file.url }}"></script> <script defer src="{{ file.url }}"></script>
{% endfor %} {% endfor %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment