forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-02 19:16:47 -06:00
parent 6e9c7e6028
commit 057d63222b
1 changed files with 1 additions and 1 deletions

View File

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