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

View File

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