diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 47fc15ed82..66d98d0c53 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -5,9 +5,10 @@ {% block title %} -{% if u and u.profilecss and (u.admin_level or not (v and v.admin_level)) %} +{% if u and u.profilecss and not request.values.get('nocss') %} {% endif %} + {{u.username}}'s profile - {{SITE_NAME}}