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 %}