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