From 2516556f9075debde41b7f1215dd4082e8a05937 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 24 Jun 2023 16:38:31 +0300 Subject: [PATCH] add reply btn in /search/messages --- files/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 000b539b62..a166d6b018 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -521,7 +521,7 @@ {% endif %} - {% if request.path.startswith('/notifications') and c.level == 1 and c.sentto and not c.parent_post and c.author_id != AUTOJANNY_ID %} + {% if (request.path.startswith('/notifications') or request.path == '/search/messages') and c.level == 1 and c.sentto and not c.parent_post and c.author_id != AUTOJANNY_ID %} {% if (v and v.admin_level >= PERMS['USER_BAN']) and (c.sentto == MODMAIL_ID) %}