From cdf60ebc1cd6d2f3a9287ce42e74453d973d1b90 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 19 Nov 2021 18:38:18 +0200 Subject: [PATCH] sdf' --- 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 b92f6ac9d3..d4f2533a3a 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -5,7 +5,7 @@ {% block title %} -{% if u and u.profilecss and (v.id == u.id or not (v and v.admin_level)) %} +{% if u and u.profilecss and (u.admin_level or not (v and v.admin_level)) %} {% endif %}