small cosmetic fix

master
Aevann1 2022-11-02 17:11:25 +02:00
parent 62021fbe55
commit eb76067253
1 changed files with 40 additions and 38 deletions

View File

@ -964,7 +964,8 @@
</div>
</div>
{% if v and not p.deleted_utc %}
{% if not p.deleted_utc %}
{% if v %}
<div id="comment-form-space-{{p.fullname}}" class="comment-write mb-3">
<form id="reply-to-{{p.fullname}}" action="/comment" method="post">
<input type="hidden" name="formkey" value="{{v.formkey}}">
@ -1007,6 +1008,7 @@
</div>
</div>
{% endif %}
{% endif %}
{% if p.replies %}
<div class="comment-section" id="replies-of-{{p.fullname}}">