diff --git a/files/templates/userpage/userpage.html b/files/templates/userpage/userpage.html index fd9500a89..06fd3874b 100644 --- a/files/templates/userpage/userpage.html +++ b/files/templates/userpage/userpage.html @@ -27,7 +27,7 @@
{{u.username}}
{% endif %} -{% if (not (IS_FISTMAS() or IS_DKD()) or SITE_NAME == 'WPD') and can_see(v, u) %} +{% if can_see(v, u) and u.song %} {% endif %} {% endblock %}