From 2d702e69379f70f7cb241ff25f427ef701cd6a42 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sat, 16 Oct 2021 21:26:18 +0200 Subject: [PATCH] fgd --- files/templates/settings_profile.html | 2 +- files/templates/submission_listing.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index d09a30198..80dd7d946 100755 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -496,7 +496,7 @@
- +
diff --git a/files/templates/submission_listing.html b/files/templates/submission_listing.html index d2dc4ce73..4966df606 100755 --- a/files/templates/submission_listing.html +++ b/files/templates/submission_listing.html @@ -86,7 +86,7 @@
- {{p.author.bio}} + {% if p.author.bio %}{{p.author.bio}}{% endif %}