Fix stopped reading status model in non-javascript environment
This commit is contained in:
parent
5eb113af6b
commit
8deee2220e
3 changed files with 18 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue