From 1c51fc40e9e2eb3528a690cfa7bc6d04b3748a18 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Oct 2021 21:30:06 +0200 Subject: [PATCH] fds --- 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 5a0b9e749..67b3c5fc8 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -86,7 +86,7 @@
- {% if p.author.bio_html %}{{p.author.bio_html}}{% endif %} + {% if p.author.bio_html %}{{p.author.bio_html | safe}}{% endif %}