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 %}