From 1bbd857c089b8c33c7bdc4f08c88928ffdf5d5f8 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 00:43:13 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 %} +