diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 8874138dd..258f7fe8b 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -93,17 +93,17 @@
- {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} | + {{u.stored_subscriber_count|commas}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} | - follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}} | + follows {{u.follow_count|commas}} user{{'s' if u.follow_count != 1 else ''}} | - {{u.blocking_count}} blocker{{'s' if u.blocking_count != 1 else ''}} | + {{u.blocking_count|commas}} blocker{{'s' if u.blocking_count != 1 else ''}} | - blocks {{u.block_count}} user{{'s' if u.block_count != 1 else ''}} | + blocks {{u.block_count|commas}} user{{'s' if u.block_count != 1 else ''}} | - {{u.muting_count}} muter{{'s' if u.muting_count != 1 else ''}} | + {{u.muting_count|commas}} muter{{'s' if u.muting_count != 1 else ''}} | - mutes {{u.mute_count}} user{{'s' if u.mute_count != 1 else ''}} + mutes {{u.mute_count|commas}} user{{'s' if u.mute_count != 1 else ''}}
{{u.coins|commas}} @@ -404,21 +404,21 @@
- {{u.stored_subscriber_count}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} + {{u.stored_subscriber_count|commas}} follower{{'s' if u.stored_subscriber_count != 1 else ''}} - follows {{u.follow_count}} user{{'s' if u.follow_count != 1 else ''}} + follows {{u.follow_count|commas}} user{{'s' if u.follow_count != 1 else ''}}
- {{u.blocking_count}} blocker{{'s' if u.blocking_count != 1 else ''}} + {{u.blocking_count|commas}} blocker{{'s' if u.blocking_count != 1 else ''}} - blocks {{u.block_count}} user{{'s' if u.block_count != 1 else ''}} + blocks {{u.block_count|commas}} user{{'s' if u.block_count != 1 else ''}}
{{u.coins|commas}} diff --git a/files/templates/util/html_head.html b/files/templates/util/html_head.html index 3ed301e91..72694a4d9 100644 --- a/files/templates/util/html_head.html +++ b/files/templates/util/html_head.html @@ -44,7 +44,7 @@ {% set description %} {{u.coins|commas}} coins - Joined {{u.created_date}} - {%- if u.stored_subscriber_count >=1 and not u.is_private -%} - {{u.stored_subscriber_count}} Followers - + {{u.stored_subscriber_count|commas}} Followers - {%- endif -%} {%- if not u.is_private -%} {{u.real_post_count(v)}}