1
0
Fork 0

Fix stopped reading status model in non-javascript environment

This commit is contained in:
Thomas Versteeg 2022-02-25 22:38:58 +01:00
parent 5eb113af6b
commit 8deee2220e
3 changed files with 18 additions and 5 deletions

View file

@ -31,7 +31,7 @@ Stop Reading "<em>{{ book_title }}</em>"
<label class="label" for="id_read_until_date_{{ uuid }}">
{% trans "Read until" %}
</label>
<input type="date" name="read_until_date" class="input" id="id_read_until_date_{{ uuid }}" value="{% now "Y-m-d" %}">
<input type="date" name="finish_date" class="input" id="id_read_until_date_{{ uuid }}" value="{% now "Y-m-d" %}">
</div>
</div>
</div>