diff --git a/files/templates/comments.html b/files/templates/comments.html index 3b4077490..20243dc2f 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -117,7 +117,7 @@ {% for a in c.awards %} {% if a.kind == "emoji" %} - {{a.title}} Award given by @{{a.user.username}} + {{a.title}} Award given by @{{a.user.username}}: "{{a.note}}" {% else %} {% endif %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index 2dab5deed..bfb58ee6f 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -31,7 +31,7 @@ {% for a in p.awards %} {% if a.kind == "emoji" %} - {{a.title}} Award given by @{{a.user.username}} + {{a.title}} Award given by @{{a.user.username}}: "{{a.note}}" {% else %} {% endif %}