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 %}