forked from mirrors/bookwyrm
Makes form names unique in readthrough modal
This commit is contained in:
parent
c12aa1ef79
commit
f4b655f952
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue