diff --git a/files/templates/comments.html b/files/templates/comments.html index 7e659356c..879709ef6 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -82,7 +82,7 @@
{%- include 'component/comment/reports.html'-%} - {% if c.state_mod == StateMod.REMOVED and c.state_mod_set_by and v and v.admin_level >= 2 %} + {% if c.state_mod == StateMod.REMOVED and c.state_mod_set_by and v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}
removed by @{{c.state_mod_set_by}}
{% endif %}