Close modals after submit

This commit is contained in:
Mouse Reeve
2021-09-09 08:06:36 -07:00
parent 053e2cea0d
commit 49f1226f3a
5 changed files with 10 additions and 4 deletions

View File

@ -6,7 +6,7 @@
{% endblock %}
{% block modal-form-open %}
<form action="{% url 'edit-readthrough' %}" method="POST">
<form action="{% url 'edit-readthrough' %}" method="POST" class="submit-status">
{% endblock %}
{% block modal-body %}