diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index ab25116566..26526212bc 100644 --- a/files/templates/user_listing.html +++ b/files/templates/user_listing.html @@ -31,13 +31,12 @@ Follow {% endif %} + {% if not hide_bios and u.bio_html %} +
+ {{u.bio_html | safe}} +
+ {% endif %} - - {% if not hide_bios and u.bio_html %} -
- {{u.bio_html | safe}} -
- {% endif %}