Merge pull request #2189 from bookwyrm-social/extraneous_page_number

Removed incorrect and duplicate page indicator from content status
This commit is contained in:
Mouse Reeve 2022-07-06 16:38:09 -07:00 committed by GitHub
commit 96bf99034c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 %}
<div class="is-small is-italic has-text-right mr-3">{% trans "page" %} {{ status.progress }}</div>
{% endif %}
{% endif %}
{% if status.attachments.exists %}