diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 98add7ccd..4b6d4f2f2 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -696,7 +696,7 @@ {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
- +
{{u.username}}
{% endif %} diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html index f3430e37a..4ef99b3c5 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 6b91d1a1d..70fa3b765 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 %}