From 5c0544dbda4bb855a952ffa39f544123aa063cfb Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 24 Aug 2021 00:00:22 +0200 Subject: [PATCH] gfgf --- files/templates/comments.html | 4 ++-- files/templates/submission.html | 6 +++--- files/templates/submission_banned.html | 10 +++++----- files/templates/submission_listing.html | 14 +++++++------- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 34bb8653d..066a173de 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -33,7 +33,7 @@
{% if standalone and c.over_18 %}+18 {% endif %} - [{% if c.is_suspended %}Removed by admins{% elif c.deleted_utc > 0 %}Deleted by author{% elif c.is_blocking %}You are blocking @{{c.author.username}}{% elif c.is_blocked %}This user has blocked you{% endif %}] + [{% if c.is_banned %}Removed by admins{% elif c.deleted_utc > 0 %}Deleted by author{% elif c.is_blocking %}You are blocking @{{c.author.username}}{% elif c.is_blocked %}This user has blocked you{% endif %}]
@@ -111,7 +111,7 @@
-
+