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> </h5>
<div class="py-2"> <div class="py-2">
{% if p.body %} {% if p.realbody %}
<p>{{ p.body|truncate(280, True) }}</p> <p>{{ p.realbody|truncate(280, True) }}</p>
{% else %} {% else %}
<br/> <br/>
{% endif %} {% endif %}