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 %}