fix: duplicated notification header text

Seems to be a simple accidental duplication of the message left in
during the rewrite.
This commit is contained in:
TLSM 2023-03-15 03:11:19 -04:00 committed by Ben Rog-Wilhelm
parent 79b49342ba
commit a9090b01e2

View file

@ -63,7 +63,6 @@
{% if standalone and level==1 %} {% if standalone and level==1 %}
<div class="post-info post-row-cid-{{c.id}} mb-1 mr-2 {% if is_notification_page %}mt-5{% else %}mt-3{% endif %}"> <div class="post-info post-row-cid-{{c.id}} mb-1 mr-2 {% if is_notification_page %}mt-5{% else %}mt-3{% endif %}">
{% if c.post and c.post.over_18 %}<span class="badge badge-danger text-small-extra mr-1">+18</span>{% endif %} {% if c.post and c.post.over_18 %}<span class="badge badge-danger text-small-extra mr-1">+18</span>{% endif %}
{{c.header_msg(v, is_notification_page, replies | length) | safe}}
<span class="align-top"> <span class="align-top">
<span class="font-weight-bold">{{c.header_msg(v, is_notification_page, replies | length) | safe}}</span> <span class="font-weight-bold">{{c.header_msg(v, is_notification_page, replies | length) | safe}}</span>
</span> </span>