This commit is contained in:
Aevann1 2021-07-26 01:56:31 +02:00
parent 86a6fb40f6
commit 3b20a94a5b

View file

@ -548,7 +548,7 @@
</div> </div>
</div> </div>
{% if not p.is_banned and is_allowed_to_comment %} {% if not p.is_banned %}
<div id="comment-form-space-{{p.fullname}}" class="comment-write mb-3"> <div id="comment-form-space-{{p.fullname}}" class="comment-write mb-3">
<form id="reply-to-{{p.fullname}}" class="input-group" action="/api/comment" method="post"> <form id="reply-to-{{p.fullname}}" class="input-group" action="/api/comment" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}"> <input type="hidden" name="formkey" value="{{v.formkey}}">