From a7092aadcaef2e00707256f390546f42bf009fd6 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 20:58:19 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 58dac4d5f1..de946d6636 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -177,11 +177,7 @@
- {% if p.realbody %} -

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

- {% else %} -
- {% endif %} + {{p.realbody(v) | safe}}