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