diff --git a/files/templates/comments.html b/files/templates/comments.html index 9b52e57ff..162b97693 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -534,7 +534,7 @@ {% endif %} - {% 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 (request.path.startswith('/notification') or request.path == '/search/messages') and c.level == 1 and c.sentto and not c.parent_post and c.author_id != AUTOJANNY_ID %} {% if c.sentto == MODMAIL_ID and v and v.id != c.author_id and v.admin_level >= PERMS['USER_BAN'] %}