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