Fix: No button for replying to PM's.

This commit is contained in:
Ben Rog-Wilhelm 2023-08-08 02:32:52 -05:00
parent e2c602e387
commit a47c8ffd48

View file

@ -132,13 +132,13 @@
<a class="d-md-none" href="{{c.morecomments}}">More comments <i class="fas fa-long-arrow-right ml-1"></i></a>
</div>
{% endif %}
{% if is_notification_page and c.level == 1 and c.is_strict_message and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
{%- include 'component/comment/replybox_message.html' -%}
{% endif %}
{% else %}
<div id="replies-of-{{c.id}}"></div>
{% endif %}
{% if is_notification_page and c.level == 1 and c.is_strict_message and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %}
{%- include 'component/comment/replybox_message.html' -%}
{% endif %}
</div>
{%- include 'component/comment/actions_mobile.html' -%}