Moves duplicate field script into its own file

This commit is contained in:
Mouse Reeve
2022-03-14 10:59:24 -07:00
parent e0c0bebf65
commit bfb8fc800a
3 changed files with 37 additions and 24 deletions

View File

@ -1,4 +1,5 @@
{% load i18n %}
{% load static %}
{% if form.non_field_errors %}
<div class="block">
@ -302,3 +303,7 @@
</section>
</div>
</div>
{% block scripts %}
<script src="{% static "js/forms.js" %}"></script>
{% endblock %}