forked from MarseyWorld/MarseyWorld
fix location of sig
parent
36e5845877
commit
f6a05c3d72
|
@ -146,11 +146,10 @@
|
||||||
{% if p.is_banned and p.ban_reason %}
|
{% if p.is_banned and p.ban_reason %}
|
||||||
<div class="text-removed mb-0">removed by @{{p.ban_reason}} (Admin)</div>
|
<div class="text-removed mb-0">removed by @{{p.ban_reason}} (Admin)</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if not p.ghost %}
|
|
||||||
{{p.author.rendered_sig(v) | safe}}
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
|
{% if not p.ghost %}
|
||||||
|
{{p.author.rendered_sig(v) | safe}}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div id="post-body" class="post-body mt-3">
|
<div id="post-body" class="post-body mt-3">
|
||||||
|
|
Loading…
Reference in New Issue