Fix inline form

This commit is contained in:
Joel Bradshaw
2021-01-17 02:57:10 -08:00
parent da8d8cd434
commit 2d157137aa
2 changed files with 12 additions and 12 deletions

View File

@ -12,7 +12,7 @@
<input
aria-label="{% if readthrough.progress_mode == 'PG' %}Current page{% else %}Perent read{% endif%}"
class="input is-small" type="text"
name="progress" size="3" value="{{ readthrough.progress }}">
name="progress" size="3" value="{{ readthrough.progress|default:"" }}">
</div>
<div class="control">
{% if readthrough.progress_mode == 'PG' and book.pages %}