diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 7e6472e5ff..58dac4d5f1 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -177,8 +177,8 @@
- {% if p.body %} -

{{ p.body|truncate(280, True) }}

+ {% if p.realbody %} +

{{ p.realbody|truncate(280, True) }}

{% else %}
{% endif %}