From e07e1c49bac9b982300838201d69893e2686e10c Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 8 Dec 2021 21:22:27 -0600 Subject: [PATCH] fix --- files/templates/sidebars/ProfileSidebar.html | 18 ----- files/templates/userpage.html | 84 ++++++++++++++------ 2 files changed, 61 insertions(+), 41 deletions(-) diff --git a/files/templates/sidebars/ProfileSidebar.html b/files/templates/sidebars/ProfileSidebar.html index 09385337bb..55fec8a750 100644 --- a/files/templates/sidebars/ProfileSidebar.html +++ b/files/templates/sidebars/ProfileSidebar.html @@ -1,22 +1,4 @@ - {% if v and v.id != u.id %} - + {% if v and v.id != u.id %} + + {% endif %}
+ {% if u.id == v.id or not u.is_private %} + + {% endif %} {% if u.bio_html %}

{{u.bio_html | safe}}