diff --git a/drama/templates/comments.html b/drama/templates/comments.html index 96ca0b8ee..b51c87fe0 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'}}