Skip to content

Commit

Permalink
Fixes loading static in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
caco13 committed Nov 27, 2019
1 parent 633a3e7 commit 783ac03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@ <h4>{% trans "Filters selection" %}</h4>
{% endblock %}

{% block script %}
{% load static %}
<script src="{% static 'quiz/js/experiment_selection.js' %}"></script>
{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -190,5 +190,6 @@ <h4>{% trans "Participants selection" %}</h4>
{% endblock %}

{% block script %}
{% load static %}
<script src="{% static 'quiz/js/participant_selection.js' %}"></script>
{% endblock %}

0 comments on commit 783ac03

Please sign in to comment.