From a47c8ffd485a2368905596f4234edebd3fca8498 Mon Sep 17 00:00:00 2001 From: Ben Rog-Wilhelm Date: Tue, 8 Aug 2023 02:32:52 -0500 Subject: [PATCH] Fix: No button for replying to PM's. --- files/templates/comments.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 631b8fbbf..93afd835e 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -132,13 +132,13 @@ More comments {% 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 %}
{% 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 %} {%- include 'component/comment/actions_mobile.html' -%}