Move JS files to /static/js/

This commit is contained in:
rubenwardy
2023-08-26 13:08:11 +01:00
parent 2f458ba40e
commit c8a30a27dc
31 changed files with 23 additions and 23 deletions

View File

@@ -22,7 +22,7 @@
}
</script>
{% if current_user.is_authenticated %}
<script src="/static/quick_review_voting.js?v=2"></script>
<script src="/static/js/quick_review_voting.js"></script>
{% endif %}
{% endblock %}