From a9aa466ea010f6b2b8de62d4723b2c6c7ad18c8a Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 26 Jul 2023 19:15:43 -0500 Subject: [PATCH] Fix some UI issues --- files/templates/settings_profile.html | 1 + files/templates/userpage.html | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index a2cd68842..014178a1a 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -282,6 +282,7 @@
+
{%- if can_change_profile_privacy -%} diff --git a/files/templates/userpage.html b/files/templates/userpage.html index df365e679..9a7f0fa3f 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -251,8 +251,8 @@ {% endif %} {% if v and v.admin_level >= PERMS['USER_SET_PROFILE_PRIVACY'] %} - Set Private Mode - Unset Private Mode + Set Private Mode + Unset Private Mode {% endif %}

 					

User ID: {{u.id}}

@@ -501,8 +501,8 @@ {% endif %} {% endif %} {% if v and v.admin_level >= PERMS['USER_SET_PROFILE_PRIVACY'] %} - Set Private Mode - Unset Private Mode + Set Private Mode + Unset Private Mode {% endif %}

 				

User ID: {{u.id}}