From 99c0e134b2762c596008b07bc25dafb05907479e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Oct 2021 21:29:41 +0200 Subject: [PATCH] fgd --- files/templates/submission_listing.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index 8ea15c81c..5a0b9e749 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -86,7 +86,7 @@
- {{p.author.bio_html}} + {% if p.author.bio_html %}{{p.author.bio_html}}{% endif %}