From 21e4497a0e1f9276feb2e0f4e8a0a6e9f38cd52a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 9 Jan 2022 02:23:26 +0200 Subject: [PATCH] l' --- files/templates/comments.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index 4ca5964c0..8ce4e9910 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -77,7 +77,7 @@ {% set replies=c.replies %} {% endif %} -{% if (c.is_banned or c.deleted_utc > 0 or c.is_blocking) and not (v and v.admin_level>0) and not (v and v.id==c.author_id) %} +{% if (c.is_banned or c.deleted_utc > 0 or c.is_blocking) and not (v and v.admin_level > 1) and not (v and v.id==c.author_id) %}
@@ -310,7 +310,7 @@ - {% if v and request.path.startswith('/@') and not v.admin_level %} + {% if v and request.path.startswith('/@') and v.admin_level < 2 %}
  • {% if voted==1 %} @@ -459,7 +459,7 @@ {% endif %} {% endif %} - {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 0) %} + {% if v and c.parent_submission and (c.author_id==v.id or v.admin_level > 1) %} {% endif %} @@ -599,7 +599,7 @@ {% endif %} - {% if c.post and v.id == c.post.author_id and not v.admin_level %} + {% if c.post and v.id == c.post.author_id and v.admin_level < 2 %} Pin Unpin {% endif %}