From 60a126175dcc267e1b3fd2d3de8ec8159b6e6b51 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 5 Jan 2022 02:02:02 +0200 Subject: [PATCH] fds --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}