From 896fe61ef5b370e4c84bd73c10cc36f4dadf1bfb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 5 Jan 2022 02:30:24 +0200 Subject: [PATCH] sfd --- files/templates/comments.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index c1b22377f0..2003e9a7dd 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -167,9 +167,16 @@ {% endif %} -
+{% if not (request.path == '/notifications' and c.level > 1) or c.created_utc < 1641340623 %} + {% set ni = True %} +{% else %} + {% set ni = False %} +{% endif %} - {% if not (request.path == '/notifications' and c.level > 1) or c.created_utc < 1641340623 %}{% endif %} +
+ {% if ni %} + + {% endif %}
@@ -232,7 +239,7 @@
removed by @{{c.ban_reason}}
{% endif %} -
+
{{c.realbody(v) | safe}} {% if c.options %} {{c.options_html(v) | safe}} @@ -846,7 +853,7 @@ {% if v %} - + {% endif %}