From 469e0f621b7c3c0817bdafced6850522812a154e Mon Sep 17 00:00:00 2001 From: kek7198 Date: Tue, 21 Dec 2021 09:44:42 -0600 Subject: [PATCH] fix --- files/templates/CHRISTMAS/sidebars/ProfileSidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html b/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html index 7010e585f3..61d47d3b71 100644 --- a/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html +++ b/files/templates/CHRISTMAS/sidebars/ProfileSidebar.html @@ -3,7 +3,7 @@

About

{% if u.bio_html %} -
{{u.bio_html | safe}}
+
{{u.bio_html | safe}}
{% else %}

No bio...

{% endif %}