From 7232bf8aa28b66ed2d02e6826691abcb49c67996 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 11:55:50 +0200 Subject: [PATCH] fd --- files/templates/userpage.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index b93dec9d32..9dad7ac030 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -147,9 +147,11 @@
{{u.coins}} -    +     - {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   {% endif %}joined {{u.created_date}} + {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   {% endif %} + + joined {{u.created_date}}
{% if "pcm" in request.host %}

Based Count: {{u.basedcount}}

{% endif %} {% if u.bio_html %} @@ -407,7 +409,7 @@
{{u.coins}} -    +     {% if u.stored_subscriber_count >=1 and not u.is_nofollow %}{{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   {% endif %}