diff --git a/files/templates/comments.html b/files/templates/comments.html index 284d57013..3b4077490 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -119,7 +119,7 @@ {% if a.kind == "emoji" %} {{a.title}} Award given by @{{a.user.username}} {% else %} - + {% endif %} {% endfor %} diff --git a/files/templates/util/macros.html b/files/templates/util/macros.html index d3881af1c..2dab5deed 100644 --- a/files/templates/util/macros.html +++ b/files/templates/util/macros.html @@ -33,7 +33,7 @@ {% if a.kind == "emoji" %} {{a.title}} Award given by @{{a.user.username}} {% else %} - + {% endif %} {% endfor %}