remotes/1693045480750635534/spooky-22
Aevann1 2021-11-19 18:38:18 +02:00
parent 1731d34ea7
commit cdf60ebc1c
1 changed files with 1 additions and 1 deletions

View File

@ -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)) %}
<link rel="stylesheet" href="/@{{u.username}}/profilecss">
{% endif %}