No-update mode for "want to read"

This commit is contained in:
Mouse Reeve
2021-08-16 12:28:04 -07:00
parent 257c9854c2
commit e6b785d731
3 changed files with 23 additions and 3 deletions

View File

@ -10,4 +10,5 @@ Want to Read "<em>{{ book_title }}</em>"
{% block modal-form-open %}
<form name="shelve" action="{% url 'reading-status' 'want' book.id %}" method="post">
{% csrf_token %}
{% endblock %}