diff --git a/bookwyrm/templates/snippets/progress_update.html b/bookwyrm/templates/snippets/progress_update.html index 79cbf159..6936429d 100644 --- a/bookwyrm/templates/snippets/progress_update.html +++ b/bookwyrm/templates/snippets/progress_update.html @@ -1,40 +1,25 @@
{% csrf_token %} - -
- - +
+ {% if readthrough.progress_mode == 'PG' %} + on page + {% else %} + currently at + {% endif %}
-
- - +
+ +
+
+ {% if readthrough.progress_mode == 'PG' and book.pages %} + of {{ book.pages }} + {% else %} + % + {% endif %}