HTML validity on shelf page

This commit is contained in:
Mouse Reeve
2022-01-20 14:03:38 -08:00
parent db715cce2a
commit d9175ce0b0
3 changed files with 6 additions and 6 deletions

View File

@ -58,7 +58,7 @@
{% if active_shelf.shelf %}
<li role="menuitem" class="dropdown-item p-0" data-extra-options>
<form name="shelve" action="/unshelve/" method="post">
<form name="unshelve-{{ uuid }}-{{ shelf.identifier }}" action="/unshelve/" method="post">
{% csrf_token %}
<input type="hidden" name="book" value="{{ active_shelf.book.id }}">
<input type="hidden" name="shelf" value="{{ active_shelf.shelf.id }}">