diff --git a/files/templates/comments.html b/files/templates/comments.html index a069436e2..0eaa084e9 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -116,7 +116,7 @@ {% for a in c.awards %} - {% if a.kind == "emoji" %} + {% if a.kind in ["emoji","emoji-hz"] %} {{a.title}} Award given by @{{a.user.username}}: "{{a.note}}" {% else %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 4b86af258..43fa71f3d 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -30,7 +30,7 @@ {% endif %} {% for a in p.awards %} - {% if a.kind == "emoji" %} + {% if a.kind in ["emoji","emoji-hz"] %} {{a.title}} Award given by @{{a.user.username}}: "{{a.note}}" {% else %}