diff --git a/files/templates/comments.html b/files/templates/comments.html index cae6796daa..2f00204eff 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 b4a4dc7926..6075f87d44 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 127a6f004d..9ed4f9f66c 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 %}