Add initial inline progress update
Doesn't work yet
This commit is contained in:
5
bookwyrm/templates/snippets/progress_update.html
Normal file
5
bookwyrm/templates/snippets/progress_update.html
Normal file
@ -0,0 +1,5 @@
|
||||
<div class="progress-update is-small">
|
||||
on page
|
||||
<input class="is-small" type="text" size="3">
|
||||
of
|
||||
</div>
|
@ -63,6 +63,10 @@
|
||||
</div>
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
{% if active_shelf.identifier == 'reading' %}
|
||||
{% include 'snippets/progress_update.html' %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user