From 2ac1719131807f21135a2b82dbb9259200b51da1 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Wed, 2 Nov 2022 22:56:35 -0500 Subject: [PATCH] hats: goldenify if owned all hats + unpurchasable ones --- 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 c008f8c29f..140f90d90f 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -225,7 +225,7 @@

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

-

{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})

+

= hats_total %}class="profile-owned-all-hats"{% endif %}>{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})

{% if u.is_private %}

User has private mode enabled

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

Coins spent: {{u.coins_spent}}

True score: {{u.truecoins}}

Winnings: {{u.winnings}}

-

{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})

+

= hats_total %}class="profile-owned-all-hats"{% endif %}>{{u.num_of_owned_hats}} / {{hats_total}} hats owned ({{hats_owned_percent}})

{% if u.is_private %}

User has private mode enabled

{% endif %}