forked from mirrors/bookwyrm
Uses translates pages snippet for progress note on statuses
This commit is contained in:
parent
fdfbf29744
commit
86b519b844
1 changed files with 1 additions and 1 deletions
|
@ -38,6 +38,6 @@
|
|||
|
||||
{% if status.progress %}
|
||||
<p class="help">
|
||||
({% if status.progress_mode == 'PG' %}page {{ status.progress }}{%else %}{{ status.progress }}%{% endif %})
|
||||
({% if status.progress_mode == 'PG' %}{% include 'snippets/page_text.html' with page=status.progress total_pages=status.book.pages %}{% else %}{{ status.progress }}%{% endif %})
|
||||
</p>
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue