forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-11-25 12:40:20 -06:00
parent 828ea64d58
commit 1de97f5d56
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
{% if v and (v.id==p.author_id or v.admin_level==6 and v.id in [1,28,995,2513]) and '/post/' in request.full_path %}
<li>
<button class="hover:text-gray-400" onclick="togglePostEdit('{{p.id}}')">
<i class="fas fa-edit fa-fw mr-2"></i>Edit
<i class="fas fa-pencil fa-fw mr-2"></i>Edit
</button>
</li>
{% endif %}