Fix inline form
This commit is contained in:
parent
da8d8cd434
commit
2d157137aa
2 changed files with 12 additions and 12 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue