stickies: use permission constant on submission.html

remotes/1693176582716663532/tmp_refs/heads/watchparty
justcool393 2022-10-28 20:54:39 -05:00
parent 61cc1ddcb7
commit 6c6a578439
1 changed files with 1 additions and 1 deletions

View File

@ -1085,7 +1085,7 @@
<script defer src="{{'js/highlightcomments.js' | asset}}"></script>
{% endif %}
{% if v and v.admin_level > 1 %}
{% if v and v.admin_level >= PERMS['POST_COMMENT_MODERATION'] %}
<script defer src="{{'js/pinpost.js' | asset}}"></script>
{% endif %}