diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index db04fcf91..e8db8ce16 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -272,6 +272,10 @@

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

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

+

+ Effortposts made: {{u.effortposts_made}} +

+ {% if u.lifetimedonated_visible %}

Lifetime donated: ${{u.lifetimedonated}} (shown to everyone)

Total award discount: {{u.formatted_award_discount}} (shown to everyone)

@@ -280,10 +284,6 @@

Total award discount: {{u.formatted_award_discount}} (shown to you only)

{% endif %} -

- Effortposts made: {{u.effortposts_made}} -

- {% if u.is_private %}

User has private mode enabled

{% endif %} @@ -585,6 +585,10 @@

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

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

+

+ Effortposts made: {{u.effortposts_made}} +

+ {% if u.lifetimedonated_visible %}

Lifetime donated: ${{u.lifetimedonated}} (shown to everyone)

Total award discount: {{u.formatted_award_discount}} (shown to everyone)

@@ -593,10 +597,6 @@

Total award discount: {{u.formatted_award_discount}} (shown to you only)

{% endif %} -

- Effortposts made: {{u.effortposts_made}} -

- {% if u.is_private %}

User has private mode enabled

{% endif %}