From 4bb3a7e4cdc93708b3f34798b749d48e7a533b6b Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Wed, 6 Jul 2022 15:27:48 -0700 Subject: [PATCH] Removed incorrect and duplicate page indicator from content status --- bookwyrm/templates/snippets/status/content_status.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/bookwyrm/templates/snippets/status/content_status.html b/bookwyrm/templates/snippets/status/content_status.html index d0d385153..bee4af1dc 100644 --- a/bookwyrm/templates/snippets/status/content_status.html +++ b/bookwyrm/templates/snippets/status/content_status.html @@ -112,9 +112,6 @@ {% with full=status.content|safe no_trim=status.content_warning itemprop="reviewBody" %} {% include 'snippets/trimmed_text.html' %} {% endwith %} - {% if status.progress %} -
{% trans "page" %} {{ status.progress }}
- {% endif %} {% endif %} {% if status.attachments.exists %}