diff --git a/management/templates/management/club_settings.html b/management/templates/management/club_settings.html index a1f57aa..e395afa 100644 --- a/management/templates/management/club_settings.html +++ b/management/templates/management/club_settings.html @@ -64,55 +64,21 @@
{% form_field form.name %} {% form_field form.legal_name %} -
{% form_field form.legal_address %}
- {% form_field form.legal_zip_code %} - {% form_field form.legal_city %} {% form_field form.contact_email %} {% form_field form.website %}
-

{% trans "Used on official documents (invoices, the referee payment form). Leave blank to use the club's home location instead." %}

-
-
{% lucide "palette" size=16 %} {% trans "Colours" %}
- {% trans "Accents only" %} -
- -
-
-
{{ form.primary_color.label|capfirst }}
- - {% if form.primary_color.errors %}

{{ form.primary_color.errors|join:" " }}

{% endif %} -
-
-
{{ form.secondary_color.label|capfirst }}
- - {% if form.secondary_color.errors %}

{{ form.secondary_color.errors|join:" " }}

{% endif %} -
-
- -
-
{% trans "Contrast check" %}
-
-
- - -
-
- - -
-
+
{% lucide "map-pin" size=16 %} {% trans "Legal address" %}
+
+
{% form_field form.legal_address %}
+ {% form_field form.legal_zip_code %} + {% form_field form.legal_city %}
+

{% trans "Used on official documents (invoices, the referee payment form). Leave blank to use the club's home location instead." %}

@@ -155,7 +121,54 @@
-
+
+
+
+
+
{% lucide "palette" size=16 %} {% trans "Colours" %}
+ {% trans "Accents only" %} +
+ + {% comment %} + Physically outside
(moved next to the + preview it drives) -- form="club-settings-form" on each text input + is what still submits them with the rest of the identity form. + {% endcomment %} +
+
+
{{ form.primary_color.label|capfirst }}
+ + {% if form.primary_color.errors %}

{{ form.primary_color.errors|join:" " }}

{% endif %} +
+
+
{{ form.secondary_color.label|capfirst }}
+ + {% if form.secondary_color.errors %}

{{ form.secondary_color.errors|join:" " }}

{% endif %} +
+
+ +
+
{% trans "Contrast check" %}
+
+
+ + +
+
+ + +
+
+
+
+
+
{% lucide "eye" size=16 %} {% trans "Live preview" %}