From 38947196c1d8e0db8029f0a144635a5cc988b2f1 Mon Sep 17 00:00:00 2001 From: Bernard Siebens Date: Mon, 3 Aug 2026 18:47:09 +0200 Subject: [PATCH] Group the club edit form's fields into labelled sections Branding (logo, colours) and season settings now sit in their own divider-separated groups instead of one flat grid, so the form reads as distinct settings groups rather than an undifferentiated field list. --- controlpanel/templates/controlpanel/club_form.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/controlpanel/templates/controlpanel/club_form.html b/controlpanel/templates/controlpanel/club_form.html index a300444..b4531d4 100644 --- a/controlpanel/templates/controlpanel/club_form.html +++ b/controlpanel/templates/controlpanel/club_form.html @@ -18,13 +18,19 @@
{% form_field form.name %} {% form_field form.slug %} +
+
+ +
{% form_field form.logo %} - -
- {% form_field form.primary_color %} {% form_field form.secondary_color %} +
+ +
+ +
{% form_field form.season_start %} {% form_field form.season_duration_months %}