diff --git a/files/templates/comments.html b/files/templates/comments.html index a851e3983c..374c3826ee 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -518,7 +518,7 @@ {% if render_replies %} - {% if request.path == '/notifications' and not replies and c.sentto and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %} + {% if request.path == '/notifications' and not replies and c.sentto != None and not c.parent_submission and c.author_id not in (NOTIFICATIONS_ID, AUTOJANNY_ID) %} Reply