Various fixes for prior

This commit is contained in:
2021-02-22 01:29:17 +00:00
parent ffbcfe28a9
commit b5e80382b9
8 changed files with 22 additions and 49 deletions

View File

@@ -11,7 +11,7 @@
{% block preload_js %}
{{ block.super }}
<script src="{% static 'js/selects.js' %}"></script>
<script src="{% static 'js/selects.js' %}" async></script>
{% endblock %}
{% block js %}