From 81d2fe82717d2966a40058bd5fc3d71be21cae01 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Mon, 6 Dec 2021 09:18:18 -0600 Subject: [PATCH] fix --- files/templates/user_listing.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/files/templates/user_listing.html b/files/templates/user_listing.html index ab2511656..26526212b 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 %}