From 426a3714d911fba00fc4da470aafd94b015a3145 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 13 May 2023 19:00:47 +0300 Subject: [PATCH] add lifetime_donated blurb --- files/templates/userpage/banner.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index 8bc2673fd..838f5000a 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -225,7 +225,7 @@

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

{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %} -

Lifetime Donated: ${{u.lifetime_donated}}

+

Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)

{% endif %} {% if u.is_private %} @@ -501,7 +501,7 @@

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

{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %} -

Lifetime Donated: ${{u.lifetime_donated}}

+

Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)

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