remotes/1693045480750635534/spooky-22
Aevann1 2021-11-24 01:13:16 +02:00
parent 51a79dbe28
commit 453cb4dddc
1 changed files with 1 additions and 1 deletions

View File

@ -560,7 +560,7 @@
</div>
{% if v and (v.id==p.author_id or v.admin_level > 1 and v.admin_level > 2) and not v.is_suspended %}
{% if v and (v.id==p.author_id or v.admin_level > 2) and not v.is_suspended %}
<div id="edit-post-body-{{p.id}}" class="d-none comment-write collapsed child">
<form id="post-edit-form-{{p.id}}" class="d-flex flex-column input-group" action="/edit_post/{{p.id}}" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">