Makes form names unique in readthrough modal
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block modal-form-open %}
|
||||
<form name="add-readthrough" action="/create-readthrough" method="post">
|
||||
<form name="add-readthrough-{{ readthrough.id }}" action="/create-readthrough" method="post">
|
||||
{% endblock %}
|
||||
|
||||
{% block modal-body %}
|
||||
|
Reference in New Issue
Block a user