From a2dfaa3c752b8fa465bc7ba17de15973850c1080 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 17 Jan 2022 17:54:21 +0200 Subject: [PATCH] bbb --- files/templates/comments.html | 40 +++++++++++++++++++----------- files/templates/sidebar_Drama.html | 2 +- 2 files changed, 27 insertions(+), 15 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index f488fc9a50..c0a630a542 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -101,8 +101,7 @@ - - + {% if render_replies %} {% if level<10 %}
@@ -417,18 +416,20 @@ {% endif %} - - {% if v and c.parent_submission and c.author_id==v.id %} - - - - {% if c.deleted_utc %} - - {% else %} - - {% endif %} - + {% if c.parent_submission %} + {% if v and c.author_id == v.id %} + + + {% if c.deleted_utc %} + + {% else %} + + {% endif %} + {% else %} + + {% endif %} {% endif %} + {% if v and v.admin_level and v.id==c.author_id %} @@ -483,6 +484,15 @@ {% endif %}
+ {% if not (v and v.id == c.author_id) %} +
+
+ {{c.body}} +
+
+ {% endif %} + +