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

@@ -220,5 +220,5 @@
<script>
const csrf_token = "{{ csrf_token() }}";
</script>
<script src="/static/topic_discard.js"></script>
<script src="/static/js/topic_discard.js"></script>
{% endblock %}