mirror of https://gitlab.crans.org/bde/nk20
Update forms.py - Homogénéisation des cases
This commit is contained in:
parent
f1cc82fab3
commit
6410542027
|
@ -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