From 29433eb342329abfdf1854e1ed5eff5dbf1095e5 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 5 Aug 2023 13:25:53 +0300 Subject: [PATCH] clarity --- 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 7afdf5717..83b46a12a 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_banned %}removed by @{{c.ban_reason}} (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 %}
@@ -248,7 +248,7 @@ {{macros.reports(c, 'comment')}} {% if c.is_banned and c.ban_reason %} -
removed by @{{c.ban_reason}} (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 18f8a0c07..4fb744637 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -144,7 +144,7 @@ {{p.realbody(v) | safe}} {% if p.is_banned and p.ban_reason %} -
removed by @{{p.ban_reason}} (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 ccffa92f0..0af25cf8c 100644 --- a/files/templates/post_banned.html +++ b/files/templates/post_banned.html @@ -25,9 +25,9 @@
- +
{{p.plaintitle(v)}}
- +