diff --git a/files/templates/settings_profile.html b/files/templates/settings_profile.html index dd0b293e6..834031f9e 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 %}