From aebda46ce9152f074ffd9ba8dfe32a355a00bf37 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 24 Nov 2021 14:31:53 +0200 Subject: [PATCH] sdfsdf --- files/templates/comments.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/comments.html b/files/templates/comments.html index d580b8d26..d6862d09a 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -474,7 +474,7 @@ Block user {% endif %} - {% if v and c.post and (v.admin_level > 1 or v.id == c.post.author_id) and c.level == 1 %} + {% if v and c.post and (v.admin_level > 1 or v.id == c.post.author_id) %} Unpin Pin @@ -624,7 +624,7 @@ {% endif %} {% endif %} - {% if v and c.post and (v.admin_level > 1 or v.id == c.post.author_id) and c.level == 1 %} + {% if v and c.post and (v.admin_level > 1 or v.id == c.post.author_id) %} Pin Unpin {% endif %}