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:
parent
79b49342ba
commit
a9090b01e2
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@
|
|||
{% 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 %}">
|
||||
{% 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="font-weight-bold">{{c.header_msg(v, is_notification_page, replies | length) | safe}}</span>
|
||||
</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue