Skip to content

Commit d1daba2

Browse files
committed
Fix events.js link in HTML
1 parent 75d48e0 commit d1daba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/app/events.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% endblock %}
88

99
{% block htmllink-js %}
10-
<script src="{{ STATIC_URL }}/js/events.js"></script>
10+
<script src="{{ STATIC_URL }}js/events.js"></script>
1111
{% endblock %}
1212

1313
{% block container %}

0 commit comments

Comments
 (0)