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