Make comment optional

This commit is contained in:
Mouse Reeve
2021-08-16 12:47:12 -07:00
parent 011175a6e3
commit 0549dbaa6d
4 changed files with 4 additions and 2 deletions

View File

@ -10,6 +10,7 @@ Finish "<em>{{ book_title }}</em>"
{% block modal-form-open %}
<form name="finish-reading" action="{% url 'reading-status' 'finish' book.id %}" method="post">
{% csrf_token %}
{% endblock %}
{% block reading-dates %}