Upgrade and move some scripts.

This commit is contained in:
James Cole
2020-10-17 07:02:18 +02:00
parent 0d4f203fae
commit 388da769bb
44 changed files with 71 additions and 90 deletions

View File

@@ -10,5 +10,5 @@
{% endblock %}
{% block scripts %}
<script src="v2/js/accounts.js" nonce="{{ JS_NONCE }}"></script>
<script src="v2/js/accounts/index.js" nonce="{{ JS_NONCE }}"></script>
{% endblock %}