From 3b57eb61861252163a29b57766b94bf79ecab9cb Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 13 Aug 2023 17:36:09 +0300 Subject: [PATCH] removed by -> Removed by --- files/templates/comments.html | 4 ++-- files/templates/post.html | 2 +- files/templates/post_banned.html | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 3bd2d9ad08..0311a3abde 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -31,7 +31,7 @@
{% if standalone and c.over_18 %}+18 {% endif %} - {% if c.is_banned %}removed by @{{c.ban_reason}} (Site Admin){% elif c.deleted_utc %}Deleted by author{% elif c.is_blocking %}You are blocking @{{c.author_name}}{% endif %} + {% if c.is_banned %}Removed by @{{c.ban_reason}} (Site Admin){% elif c.deleted_utc %}Deleted by author{% elif c.is_blocking %}You are blocking @{{c.author_name}}{% endif %}
{% if render_replies %} @@ -243,7 +243,7 @@ {{macros.reports(c, 'comment')}} {% if c.is_banned %} -
removed by @{{c.ban_reason}} (Site Admin)
+
Removed by @{{c.ban_reason}} (Site Admin)
{% endif %} {% set realbody = c.realbody(v) %} diff --git a/files/templates/post.html b/files/templates/post.html index 045ac83d58..7e277c1d7d 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -144,7 +144,7 @@ {{p.realbody(v) | safe}} {% if p.is_banned %} -
removed by @{{p.ban_reason}} (Site Admin)
+
Removed by @{{p.ban_reason}} (Site Admin)
{% endif %} {% if not p.ghost %} diff --git a/files/templates/post_banned.html b/files/templates/post_banned.html index 7792c4a94d..289c2f55ed 100644 --- a/files/templates/post_banned.html +++ b/files/templates/post_banned.html @@ -23,9 +23,9 @@
- +
{{p.plaintitle(v)}}
- +