remotes/1693045480750635534/spooky-22
kek7198 2021-11-25 12:38:49 -06:00
parent d714b6f6bd
commit 828ea64d58
1 changed files with 1 additions and 1 deletions

View File

@ -293,7 +293,7 @@
{% if not p.club or v and v.paid_dues %}
{% if p.realbody(v) %}
<div class="rounded-lg shadow-md hidden bg-gray-900 p-3 mb-3" id="post-text-{{p.id}}">
<div class="rounded-lg hidden bg-gray-900 mt-3 p-3" id="post-text-{{p.id}}">
{{p.realbody(v) | safe}}
</div>
{% endif %}