diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 0f262d3486..9d59358d2e 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -110,10 +110,9 @@ {{u.procoins}} marseybux   - {% 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 u.follow_count > 0 %}follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   {% endif %} + {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   + follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   joined {{u.created_date}} @@ -385,9 +384,9 @@ {{u.procoins}} marseybux   - {% 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.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}}   - {% if u.follow_count > 0 %}follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   {% endif %} + follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}}   {% if u.basedcount %}
Based count: {{u.basedcount}}