From b67dfe606c1a6dfdcde6072765abae98578d3c5a Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Sun, 2 Jan 2022 14:31:14 +0200 Subject: [PATCH] fdsfds --- files/templates/userpage.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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}}