From eace14a7ddbf202e1e3459dde414e3ec554b6c4c Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 17 Sep 2021 11:54:30 +0200 Subject: [PATCH] fd --- files/templates/userpage.html | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index b1d060c637..b93dec9d32 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -145,7 +145,11 @@ {% if u.customtitle %}

{% if u.quadrant %}{% endif %}{{u.customtitle | safe}}

{% endif %}
- {{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}} + {{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 "pcm" in request.host %}

Based Count: {{u.basedcount}}

{% endif %} {% if u.bio_html %} @@ -401,7 +405,11 @@ {% endif %} {% if u.customtitle %}

{% if u.quadrant %}{% endif %}{{u.customtitle | safe}}

{% endif %}
- {{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 %} + {{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 %} {% if "pcm" in request.host %}
Based count: {{u.basedcount}}