master
kek7198 2021-11-25 20:56:53 -06:00
parent 4aca104841
commit c339573cf1
1 changed files with 2 additions and 2 deletions

View File

@ -177,8 +177,8 @@
</h5>
<div class="py-2">
{% if p.body %}
<p>{{ p.body|truncate(280, True) }}</p>
{% if p.realbody %}
<p>{{ p.realbody|truncate(280, True) }}</p>
{% else %}
<br/>
{% endif %}