forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-15 15:54:40 -06:00
parent 0ad385e2a2
commit 6be4c2696f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
</li>
{% 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) %}
<li id="pin2-{{c.id}}" class="{% if c.is_pinned %}hidden{% endif %}">
<button class="btn btn-gray w-full text-left" onclick="post_toast2('/pin_comment/{{c.id}}','pin2-{{c.id}}','unpin2-{{c.id}}')">
<i class="fas fa-thumbtack fa-rotate--45 fa-fw mr-4"></i>Pin