mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-03-15 02:07:36 +00:00
Merge branch 'charliep-main-patch-47507' into 'main'
Update forms.py - Homogénéisation des cases See merge request bde/nk20!215
This commit is contained in:
commit
b6e68eeebe
@ -122,5 +122,5 @@ class ValidationForm(forms.Form):
|
|||||||
join_bda = forms.BooleanField(
|
join_bda = forms.BooleanField(
|
||||||
label=_("Join BDA Club"),
|
label=_("Join BDA Club"),
|
||||||
required=False,
|
required=False,
|
||||||
initial=False,
|
initial=True,
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user