Demo for file type

This commit is contained in:
Mouse Reeve
2021-12-27 12:42:24 -08:00
parent 3d07618b5f
commit 76694bb891
2 changed files with 3 additions and 1 deletions

View File

@ -265,6 +265,7 @@
<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 %}