diff --git a/files/templates/comments.html b/files/templates/comments.html index 17d1ceca30..db88a5d483 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -169,7 +169,7 @@
- {% if not (request.path == 'notifications' and c.level > 1) %}{% endif %} + {% if not (request.path == '/notifications' and c.level > 1) or c.created_utc < 1641340623 %}{% endif %}
@@ -245,7 +245,7 @@ {% if not c.parent_submission and c.author_id!=NOTIFICATIONS_ID and c.author_id!=AUTOJANNY_ID and c.author_id!=v.id %} - Reply + {% if not c.replies %}Reply{% endif %}