From 1731d34ea706bdd773461f5cfe49743441982797 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 19 Nov 2021 18:37:57 +0200 Subject: [PATCH] df --- files/templates/userpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index bcbf29a19..b92f6ac9d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -5,7 +5,7 @@ {% block title %} -{% if u and u.profilecss and not (v and v.admin_level) %} +{% if u and u.profilecss and (v.id == u.id or not (v and v.admin_level)) %} {% endif %}