Merge branch 'main' into ci

This commit is contained in:
Fabien Basmaison
2021-03-20 15:26:51 +01:00
292 changed files with 18523 additions and 10503 deletions

View File

@ -27,7 +27,7 @@
</div>
</div>
{% if readthrough.progress_mode == 'PG' and book.pages %}
<p class="help">{% blocktrans %}of {{ book.pages }} pages{% endblocktrans %}</p>
<p class="help">{% blocktrans with pages=book.pages %}of {{ pages }} pages{% endblocktrans %}</p>
{% endif %}
</div>
</form>