From 9f8250cec10af5cede33b2970e240f70cec36d44 Mon Sep 17 00:00:00 2001 From: justcool393 Date: Sat, 5 Nov 2022 01:05:01 -0500 Subject: [PATCH] fix prev commit --- files/templates/settings_profile.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index dd0b293e60..834031f9e9 100644 --- a/files/templates/settings_profile.html +++ b/files/templates/settings_profile.html @@ -30,12 +30,12 @@
{% if v.house %}

Change your house (cost: {{HOUSE_SWITCH_COST}} coins or marseybux).

+ {% if ' Founder' in v.house %} +

Warning: you'll lose your founder status if you join a different house

+ {% endif %} {% else %}

Join a house (cost: {{HOUSE_JOIN_COST}} coins or marseybux).

{% endif %} - {% if ' Founder' in v.house %} -

Warning: you'll lose your founder status if you join a different house

- {% endif %}