From a72f3032a04f7b1d0f7174ce3afa3c3c102d1257 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Sat, 4 Dec 2021 21:40:46 -0600 Subject: [PATCH] fix --- files/templates/submission_listing.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index aa4c82055..2e79256d3 100644 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -191,9 +191,11 @@ -
- {{p.realbody(v) | safe}} -
+ {% if p.realbody(v) %} +
+ {{p.realbody(v) | safe}} +
+ {% endif %}