From 9e20293712b0c18f487853cbf12a697282d54b65 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 00:25:55 -0600 Subject: [PATCH] fix --- files/templates/submission.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/files/templates/submission.html b/files/templates/submission.html index 496a121e93..93e1230dce 100644 --- a/files/templates/submission.html +++ b/files/templates/submission.html @@ -218,14 +218,16 @@
+
{% if p.is_banned and p.ban_reason %} -
- - - Removed by @{{p.ban_reason}} - -
+
+ + + Removed by @{{p.ban_reason}} + +
{% endif %} +