diff --git a/files/templates/submission.html b/files/templates/submission.html index eb819a886..00e45412c 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -219,27 +219,27 @@
-{% if p.is_banned and p.ban_reason %} -
- - - Removed by @{{p.ban_reason}} - -
-{% endif %} + + {% if p.is_banned and p.ban_reason %} +
+ + + Removed by @{{p.ban_reason}} + +
+ {% endif %} + + {% if p.bannedfor and p.author.banned_by %} +
+ + + Author was banned for this post by + @{{p.author.banned_by.username}} + +
+ {% endif %}
- -{% if p.bannedfor and p.author.banned_by %} -
- - - Author was banned for this post by - @{{p.author.banned_by.username}} - -
-{% endif %} -