Removed incorrect and duplicate page indicator from content status

This commit is contained in:
Mouse Reeve 2022-07-06 15:27:48 -07:00
parent d09aa2ded2
commit 4bb3a7e4cd

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 %}