From 541af718bb09091fcea6fa0b04482119bf4326c4 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 8 Apr 2023 22:25:02 -0500 Subject: [PATCH] readd mistakenly deleted reply button --- files/templates/comments.html | 1 + 1 file changed, 1 insertion(+) diff --git a/files/templates/comments.html b/files/templates/comments.html index 6279858c1..889cb9131 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -144,6 +144,7 @@ {% endif %} {% if is_notification_page and c.level == 1 and c.sentto and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %} + Reply {%- include 'component/comment/replybox_message.html' -%} {% endif %} {% else %}