From 4ed3fa9027cfc67c1c55ece9783a1d0973ba2246 Mon Sep 17 00:00:00 2001 From: kek7198 Date: Thu, 9 Dec 2021 09:47:31 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 70 ++++++++++++++++++----------------- 1 file changed, 37 insertions(+), 33 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index edd8622b36..48bd390ee2 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -33,12 +33,43 @@ {% block subHeader %}
- {% if v and v.id == u.id %} - - - Edit profile - - {% endif %} +
+
    +
  • + {% include '/dropdowns/ProfileDropdown.html' %} +
  • + {% if v and v.id == u.id %} +
  • + + + Edit profile + +
  • + {% endif %} + {% if v and v.id != u.id %} +
  • + +
  • + {% if u.id != 995 %} +
  • + +
  • + {% endif %} +
  • + +
  • + {% endif %} +
+
@@ -105,33 +136,6 @@ {% endif %} {% endif %} -
    -
  • - {% include '/dropdowns/ProfileDropdown.html' %} -
  • - {% if v and v.id != u.id %} -
  • - -
  • - {% if u.id != 995 %} -
  • - -
  • - {% endif %} -
  • - -
  • - {% endif %} -