From 1bec1964a8f8f4519bd4ae17d8a5929abcce93e9 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 19:54:13 -0600 Subject: [PATCH] fix --- files/templates/comments.html | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 25c6a8e07..30721fdfb 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -276,6 +276,12 @@ + {% if c.awards %} + {% for a in c.awards %} + + {% endfor %} + {% endif %} + {% if c.post and c.post.award_count("ghosts") %} 👻 {% else %} @@ -401,28 +407,7 @@ {% endif %} - {% if not c.parent_submission and c.author_id!=NOTIFICATIONS_ID and c.author_id!=AUTOJANNY_ID and c.author_id!=v.id %} - Reply -

-					
-				{% endif %}
+				
 			
 			{% if c.parent_submission %}