From 17c56fa776cbba4c282682e6097bad14717fed02 Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 11 May 2023 16:59:49 +0300 Subject: [PATCH] move lifetime_donated in user profile --- files/templates/userpage/banner.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 8b12046c5..6135697c0 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -223,14 +223,15 @@

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

Coins spent on awards: {{u.coins_spent}}

Coins spent on hats: {{u.coins_spent_on_hats}}

- {% if u.is_private %} -

User has private mode enabled

- {% endif %} {% if v and v.admin_level > PERMS['VIEW_PATRONS'] %}

Lifetime Donated: ${{u.lifetime_donated}}

{% endif %} + {% if u.is_private %} +

User has private mode enabled

+ {% endif %} + {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} {% if v.admin_level >= PERMS['USER_LINK'] %} {{alts|length}} Alt{{macros.plural(alts|length)}}: @@ -498,14 +499,15 @@

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

Coins spent on awards: {{u.coins_spent}}

Coins spent on hats: {{u.coins_spent_on_hats}}

- {% if u.is_private %} -

User has private mode enabled

- {% endif %} {% if v and v.admin_level > PERMS['VIEW_PATRONS'] %}

Lifetime Donated: ${{u.lifetime_donated}}

{% endif %} + {% if u.is_private %} +

User has private mode enabled

+ {% endif %} + {% if v and (v.admin_level >= PERMS['VIEW_ALTS'] or v.alt) %} {% if v.admin_level >= PERMS['USER_LINK'] %} {{alts|length}} Alt{{macros.plural(alts|length)}}: