From d05cb09040e5ae3b7228b928b17f1c94acabe9ab Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 8 Oct 2022 10:39:36 -0700 Subject: [PATCH] fix some minor formatting --- files/templates/userpage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index d56cab5c6..9dba4d412 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -253,7 +253,7 @@

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

-

{{owned_hats}}/{{total_num_of_hats}} ({{owned_hats_pct}})

+

{{owned_hats}}/{{total_num_of_hats}} hats owned ({{owned_hats_pct}})

{% if u.is_private %}

User has private mode enabled

{% endif %} @@ -497,7 +497,7 @@

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

-

{{owned_hats}}/{{total_num_of_hats}} ({{owned_hats_pct}})

+

{{owned_hats}}/{{total_num_of_hats}} hats owned ({{owned_hats_pct}})

{% if u.is_private %}

User has private mode enabled

{% endif %}