df
This commit is contained in:
parent
86a6fb40f6
commit
3b20a94a5b
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@
|
|||
</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">
|
||||
<form id="reply-to-{{p.fullname}}" class="input-group" action="/api/comment" method="post">
|
||||
<input type="hidden" name="formkey" value="{{v.formkey}}">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue