mirror of https://gitlab.crans.org/bde/nk20
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(
|
||||
label=_("Join BDA Club"),
|
||||
required=False,
|
||||
initial=False,
|
||||
initial=True,
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue