From a559fa1a71e701e43cc44981ba0a5cdaf135ed4a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Thu, 30 Dec 2021 18:54:24 +0200 Subject: [PATCH] fds --- files/templates/userpage.html | 17 ++++------------- files/templates/userpage_comments.html | 2 +- files/templates/userpage_private.html | 2 +- 3 files changed, 6 insertions(+), 15 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index e5a2d69ebd..644044199d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -198,17 +198,8 @@ {% endif %} {% if u.song and v and v.mute and (not u.unmutable or v.id == u.id) %} - Play anthem - Pause anthem - {% else %} - + Pause anthem + Play anthem {% endif %} {% if v and v.id != u.id and v.admin_level > 1 %} @@ -681,11 +672,11 @@ {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
- +
{{u.username}}
{% endif %} - + {% endblock %} diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html index 4fe21ce5db..73ee58aa99 100644 --- a/files/templates/userpage_comments.html +++ b/files/templates/userpage_comments.html @@ -110,7 +110,7 @@ {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
- +
{{u.username}}
{% endif %} diff --git a/files/templates/userpage_private.html b/files/templates/userpage_private.html index 9ea5e4b602..699c011fc6 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -44,7 +44,7 @@ {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
- +
{{u.username}}
{% endif %}