Javascript file in correct template

This commit is contained in:
Mouse Reeve
2022-01-12 17:06:36 -08:00
parent 34635b0c3f
commit 80efd58881
3 changed files with 6 additions and 1 deletions

View File

@@ -264,7 +264,6 @@
<script src="{% static "js/bookwyrm.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/localstorage.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/status_cache.js" %}?v={{ js_cache }}"></script>
<script src="{% static "js/autocomplete.js" %}?v={{ js_cache }}"></script>
{% block scripts %}{% endblock %}