From 12e140ad2c03f960f032252ec7020db2b613b500 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 14 Nov 2021 03:50:41 +0200 Subject: [PATCH] fdsfds --- files/templates/comments.html | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/files/templates/comments.html b/files/templates/comments.html index ca7ec5320..7619c83f7 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -207,6 +207,16 @@ {{single_comment(reply, level=level+1)}} {% endfor %} + {% elif "notifications" in request.path %} +
+ {% set standalone=False %} + {% for reply in replies %} + {{single_comment(reply, level=level+1)}} + {% endfor %} +
+
+ More comments +
{% elif replies %}
More comments @@ -557,6 +567,16 @@ {{single_comment(reply, level=level+1)}} {% endfor %}
+ {% elif "notifications" in request.path %} +
+ {% set standalone=False %} + {% for reply in replies %} + {{single_comment(reply, level=level+1)}} + {% endfor %} +
+
+ More comments +
{% elif replies %}
More comments