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 %}