From fb57043da9742225d2ef9073cef3c5945e93bcde Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 29 Sep 2021 19:29:17 +0200 Subject: [PATCH] fsd --- files/templates/comments.html | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 302584fb30..822d90d25f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -57,12 +57,24 @@ {% macro single_comment(c, level=1) %} + +{% if p and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %} + +{% endif %} + + {% set ups=c.upvotes %} {% set downs=c.downvotes %} {% set score=ups-downs %} @@ -169,16 +181,7 @@
- {% if p and not (v and v.id==c.author_id) and (not v or v.highlightcomments) %} - - - {% endif %} + {% if c.awards %} {% for a in c.awards %}