diff --git a/files/templates/comments.html b/files/templates/comments.html index ed0fb2df3d..c1b22377f0 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -535,7 +535,7 @@ {% endif %} - {% if request.path == '/notifications' and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID, v.id) %} + {% if request.path == '/notifications' and c.level==1 and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %} Reply