forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-14 05:22:24 +02:00
parent ba7cce0305
commit 3badcab1e0
1 changed files with 14 additions and 14 deletions

View File

@ -377,7 +377,6 @@
</div>
{% if not p.club or v and v.paid_dues %}
{% if p.active_flags %}
<div id="flaggers-{{p.id}}" class="flaggers d-none">
<strong><i class="far fa-fw fa-flag"></i> Reported by:</strong>
@ -392,6 +391,7 @@
</div>
{% endif %}
{% if not p.club or v and v.paid_dues %}
{% if p.realbody(v) %}
<div class="d-none card rounded border pb-0 pt-3 my-2" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}