From b3a8f84f69b3674de817e1fff6db709d94ede2a4 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 24 Jan 2022 21:16:29 +0200 Subject: [PATCH] vc --- files/templates/userpage.html | 2 +- files/templates/userpage_comments.html | 2 +- files/templates/userpage_private.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index c2b3908246..c60c4208f9 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -690,7 +690,7 @@ {% if v %}
{% if v.patron or u.patron or v.alts_patron or u.alts_patron %}0{% else %}0.03{% endif %}
- +
{{u.username}}
{% endif %} diff --git a/files/templates/userpage_comments.html b/files/templates/userpage_comments.html index a7165c0f34..d5a2786705 100644 --- a/files/templates/userpage_comments.html +++ b/files/templates/userpage_comments.html @@ -114,7 +114,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 84975f99ba..a1fc610490 100644 --- a/files/templates/userpage_private.html +++ b/files/templates/userpage_private.html @@ -48,7 +48,7 @@ {% if v %}
{% if v.patron or u.patron %}0{% else %}0.03{% endif %}
- +
{{u.username}}
{% endif %}