1
0
Fork 1
mirror of https://github.com/bookwyrm-social/bookwyrm.git synced 2025-04-12 13:24:05 +00:00

Makes form names unique in readthrough modal

This commit is contained in:
Mouse Reeve 2022-01-11 11:45:37 -08:00
parent c12aa1ef79
commit f4b655f952

View file

@ -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 %}