diff --git a/files/templates/comments.html b/files/templates/comments.html index 7e021917e..5b6a0451d 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -609,7 +609,7 @@ {% endif %} {% endif %} - {% if FEATURES['NSFW_MARKING'] and (c.author_id == v.id or (c.post.hole and v.mods(c.post.hole))) or c.wall_user_id == v.id %} + {% if FEATURES['NSFW_MARKING'] and v.admin_level < PERMS['POST_COMMENT_MODERATION'] and (c.author_id == v.id or (c.post.hole and v.mods(c.post.hole))) or c.wall_user_id == v.id %}