From 70f53458aa3fb44eddad5ca32831bdcbf6733b7b Mon Sep 17 00:00:00 2001 From: Aevann Date: Tue, 2 Jan 2024 20:15:55 +0200 Subject: [PATCH] do this https://rdrama.net/comment/5670668 --- files/templates/userpage/banner.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/files/templates/userpage/banner.html b/files/templates/userpage/banner.html index ba3801cc5..9882467e1 100644 --- a/files/templates/userpage/banner.html +++ b/files/templates/userpage/banner.html @@ -267,12 +267,12 @@ {% if u.lifetimedonated_visible %}

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

+

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

{% elif v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS'] %}

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

+

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

{% endif %} -

Total award discount: {{u.formatted_award_discount}}

- {% if u.is_private %}

User has private mode enabled

{% endif %} @@ -575,12 +575,12 @@ {% if u.lifetimedonated_visible %}

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

+

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

{% elif v.id == u.id or v.admin_level >= PERMS['VIEW_PATRONS'] %}

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

+

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

{% endif %} -

Total award discount: {{u.formatted_award_discount}}

- {% if u.is_private %}

User has private mode enabled

{% endif %}