From 3476d197d58e48974284fd885cc2f98c0b049145 Mon Sep 17 00:00:00 2001 From: fireworks88 Date: Thu, 29 Jul 2021 00:13:46 +0200 Subject: [PATCH] sneed --- drama/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 96ca0b8ee4..b51c87fe07 100644 --- a/drama/templates/comments.html +++ b/drama/templates/comments.html @@ -523,7 +523,7 @@ {% endif %} {% endif %} - {% if v and c.post and (v.admin_level == 6 or v.id == c.post.author_id) %} + {% if v and c.post and (v.admin_level >= 1 or v.id == c.post.author_id) %} {% if c.level == 1 %}
  • {{'Unpin' if c.is_pinned else 'Pin'}}