From 46f4a7ea7c98ab20d3d256083f977fb43458e218 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 20:21:57 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 85a6579898..32a2a275cc 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -177,7 +177,11 @@
-
+ {% if p.plainbody %} + {{ p.plainbody|truncate(280, True) }} + {% else %} +
+ {% endif }