From 9781c900a2d62e70aa66fc3abf181a7ccc1d9a4e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 30 Dec 2021 18:50:26 +0200 Subject: [PATCH] fds --- files/templates/userpage.html | 15 ++++++++++++--- files/templates/userpage_comments.html | 2 +- files/templates/userpage_private.html | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index d339179db..e5a2d69eb 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -198,8 +198,17 @@ {% endif %} {% if u.song and v and v.mute and (not u.unmutable or v.id == u.id) %} - Pause anthem - Play anthem + Play anthem + Pause anthem + {% else %} + {% endif %} {% if v and v.id != u.id and v.admin_level > 1 %} @@ -676,7 +685,7 @@
{{u.username}}
{% endif %} - + {% endblock %} diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html index e32aa085b..4fe21ce5d 100644 --- a/files/templates/userpage_comments.html +++ b/files/templates/userpage_comments.html @@ -114,5 +114,5 @@
{{u.username}}
{% endif %} - + {% endblock %} \ No newline at end of file diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html index f49edc6c4..9ea5e4b60 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -48,5 +48,5 @@
{{u.username}}
{% endif %} - + {% endblock %} \ No newline at end of file