fix location of sig

pull/173/head
Aevann 2023-07-22 22:29:29 +03:00
parent 36e5845877
commit f6a05c3d72
1 changed files with 3 additions and 4 deletions

View File

@ -146,11 +146,10 @@
{% if p.is_banned and p.ban_reason %}
<div class="text-removed mb-0">removed by @{{p.ban_reason}} (Admin)</div>
{% endif %}
{% if not p.ghost %}
{{p.author.rendered_sig(v) | safe}}
{% endif %}
</div>
{% if not p.ghost %}
{{p.author.rendered_sig(v) | safe}}
{% endif %}
</div>
{% else %}
<div id="post-body" class="post-body mt-3">