From 18c6db2578c565de0487801e6c88123ef88b3a31 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 25 Nov 2021 20:23:44 -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 9d1482d161..6b082f141a 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -177,7 +177,11 @@
- {{ p.body }} + {% if p.body %} +

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

+ {% else %} +
+ {% endif %}