From c339573cf105f4e929d569dd534da0b3f29e9a9d Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 20:56:53 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}