diff --git a/files/templates/post.html b/files/templates/post.html index f651f96db..722fd60c4 100644 --- a/files/templates/post.html +++ b/files/templates/post.html @@ -382,7 +382,7 @@ {% if v.can_edit(p) %} {% endif %} - {% if v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} + {% if v.admin_level >= PERMS['PINNING_POSTS'] %} {% endif %} {% endif %} diff --git a/files/templates/post_listing.html b/files/templates/post_listing.html index a690d38a0..d8731127a 100644 --- a/files/templates/post_listing.html +++ b/files/templates/post_listing.html @@ -4,7 +4,7 @@ {% include "modals/award.html" %} {% endif %} -{% if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %} +{% if v and v.admin_level >= PERMS['PINNING_POSTS'] %} {% endif %}