From f37b16f7cc947c9e683de7c23b91fd55b9b4899f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 3 Sep 2021 23:28:08 +0200 Subject: [PATCH] fd --- files/templates/userpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index eec4b801b5..960f09ad1c 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -158,7 +158,7 @@ {{u.coins}} {{"COINS_NAME" | app_config}}   {% 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.basecount}}

{% endif %} + {% if "pcm" in request.host %}

Based Count: {{u.basedcount}}

{% endif %} {% if u.bio_html %}

 				
{{u.bio_html | safe}}