forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-12 05:06:00 +02:00
parent 02731bafe4
commit 9177d2c5fc
1 changed files with 28 additions and 26 deletions

View File

@ -390,6 +390,7 @@
</div>
{% endif %}
{% if not p.club or v and v.coins > 150 %}
{% 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}}
@ -419,6 +420,7 @@
<iframe loading="lazy" src="{{p.url}}" frameborder="0" style="max-width: 100%" width="600" height="337" allow="fullscreen"></iframe>
</div>
{% endif %}
{% endif %}
{% else %}