diff --git a/files/templates/submission.html b/files/templates/submission.html index 93e1230dc..abd236b01 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -229,6 +229,16 @@ {% endif %} + +{% if p.bannedfor and p.author.banned_by %} +
+ + + Author was banned for this post by @{{p.author.banned_by.username}} + +
+{% endif %} +