forked from MarseyWorld/MarseyWorld
fix location of sig
parent
36e5845877
commit
f6a05c3d72
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue