add lifetime_donated blurb

pull/148/head
Aevann 2023-05-13 19:00:47 +03:00
parent 039bbf85a9
commit 426a3714d9
1 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@
<p id="profile--info--spent">Coins spent on hats: {{u.coins_spent_on_hats}}</p>
{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %}
<p id="profile--info--lifetime-donated">Lifetime Donated: ${{u.lifetime_donated}}</p>
<p id="profile--info--lifetime-donated">Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)</p>
{% endif %}
{% if u.is_private %}
@ -501,7 +501,7 @@
<p id="profile-mobile--info--spent">Coins spent on hats: {{u.coins_spent_on_hats}}</p>
{% if v and (v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS']) %}
<p id="profile-mobile--info--lifetime-donated">Lifetime Donated: ${{u.lifetime_donated}}</p>
<p id="profile-mobile--info--lifetime-donated">Lifetime Donated: ${{u.lifetime_donated}} (Shown to you only)</p>
{% endif %}
{% if u.is_private %}