diff --git a/files/templates/comments.html b/files/templates/comments.html index fb0fe1866..fc4be51e8 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -116,11 +116,13 @@ {% for a in c.awards %} - {% if a.kind in ["emoji","emoji-hz"] %} - {{a.title}} Award given by @{{a.user.username}}: "{{a.note}}" - {% else %} - - {% endif %} + + {% if a.kind in ["emoji","emoji-hz"] %} + {{a.title}} Award given by @{{a.user.username}}: "{{a.note}}" + {% else %} + + {% endif %} + {% endfor %} {% if c.parent_post %}