From fe14923122d761b273f1759eb2f764980c476ba5 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Fri, 10 Dec 2021 00:29:14 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 94 ++++++++++++++++++----------------- 1 file changed, 48 insertions(+), 46 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index d1d23b99ed..42ea56219d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -41,52 +41,54 @@ {% include '/dropdowns/ProfileAdminDropdown.html' %} {% endif %} -
  • - {% include '/dropdowns/ProfileDropdown.html' %} -
  • - {% if v.id == u.id %} -
  • - - - Edit profile - -
  • - {% endif %} - {% if u.song and v and v.mute and not u.unmutable %} -
  • - -
  • -
  • - -
  • - {% endif %} - {% if v.id != u.id %} -
  • - -
  • - {% if u.id != 995 %} -
  • - -
  • - {% endif %} -
  • - -
  • + {% if not u.is_suspended %} +
  • + {% include '/dropdowns/ProfileDropdown.html' %} +
  • + {% if v.id == u.id %} +
  • + + + Edit profile + +
  • + {% endif %} + {% if u.song and v and v.mute and not u.unmutable %} +
  • + +
  • +
  • + +
  • + {% endif %} + {% if v.id != u.id %} +
  • + +
  • + {% if u.id != 995 %} +
  • + +
  • + {% endif %} +
  • + +
  • + {% endif %} {% endif %}