From e0badfef003219c7698cce8e25ee2058d68196e3 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 20 Nov 2022 00:44:10 +0200 Subject: [PATCH] fix "toggle anthem" button on ur own profile --- files/templates/userpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 88e2753c1b..693ae0afe0 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -196,7 +196,7 @@ {% endif %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} - + {% endif %} @@ -393,7 +393,7 @@ {% endif %} {% if FEATURES['USERS_PROFILE_SONG'] and u.song and v and (v.id == u.id or v.mute and not u.unmutable) %} - + {% endif %} {% if v and v.id != u.id %}