From 4d895f72821d58e4ab414d27a56b8805d7c3bd4b Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 8 Dec 2021 21:55:35 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 22b00bcbbe..b70c6f2554 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -114,6 +114,13 @@
+
+ {% if u.bio_html %} +

{{u.bio_html | safe}}

+ {% else %} +

No bio...

+ {% endif %} +
{% if u.id == v.id or not u.is_private %} {% endif %} -
- {% if u.bio_html %} -

{{u.bio_html | safe}}

- {% else %} -

No bio...

- {% endif %} -
{% if u.badges %}