diff --git a/files/templates/comments.html b/files/templates/comments.html
index cae6796da..2f00204ef 100644
--- a/files/templates/comments.html
+++ b/files/templates/comments.html
@@ -191,7 +191,7 @@
{% if c.awards %}
{% for a in c.awards %}
-
+
{% endfor %}
{% endif %}
diff --git a/files/templates/submission.html b/files/templates/submission.html
index b4a4dc792..6075f87d4 100644
--- a/files/templates/submission.html
+++ b/files/templates/submission.html
@@ -420,7 +420,7 @@
{% if p.awards %}
{% for a in p.awards %}
-
+
{% endfor %}
{% endif %}
{% if v and v.admin_level > 1 and p.author.shadowbanned %}{% endif %}
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html
index 127a6f004..9ed4f9f66 100644
--- a/files/templates/submission_listing.html
+++ b/files/templates/submission_listing.html
@@ -168,7 +168,7 @@
{% if p.awards %}
{% for a in p.awards %}
-
+
{% endfor %}
{% endif %}
{% if v and v.admin_level > 1 and p.author.shadowbanned %}