From 864744a8fb578cdddab9fe6b22d3e0fb11244ca4 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 20:22:52 -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 cd664c4f7e..203099bc8a 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -177,11 +177,7 @@
- {% if p.plainbody %} -

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

- {% else %} -
- {% endif %} + {{ p.plainbody }}