Aevann 2024-02-23 21:05:25 +02:00
parent da7c7c4947
commit 627765f4c9
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@
</div>
{% endif %}
{% if v and v.can_edit(p) and not v.is_suspended %}
{% if v and v.can_edit(p) %}
<div id="edit-post-body-{{p.id}}" class="d-none comment-write collapsed child">
<form id="post-edit-form-{{p.id}}" action="/edit_post/{{p.id}}" method="post" enctype="multipart/form-data" data-nonce="{{g.nonce}}" data-onsubmit="sendFormXHRReload(this)">
<input hidden name="formkey" value="{{v|formkey}}">