diff --git a/files/templates/comments.html b/files/templates/comments.html index 631b8fbbf..6ceef0d21 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -119,6 +119,10 @@ {%- include 'component/comment/replybox_comment.html' -%} + {% if is_notification_page and c.is_strict_message and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %} + {%- include 'component/comment/replybox_message.html' -%} + {% endif %} + {% if render_replies %} {% if level <= RENDER_DEPTH_LIMIT - 1 or is_notification_page %}
@@ -132,10 +136,6 @@ 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 %}