Unique names for shelve forms

This commit is contained in:
Mouse Reeve
2021-12-29 11:31:26 -08:00
parent 4e1b155c6c
commit 3e550a13ad
7 changed files with 7 additions and 7 deletions

View File

@ -56,7 +56,7 @@
<div>
{{ book|book_description|to_markdown|default:""|safe|truncatewords_html:20 }}
</div>
{% include 'snippets/shelve_button/shelve_button.html' %}
{% include 'snippets/shelve_button/shelve_button.html' with book=book %}
</div>
</div>
{% endwith %}