Skip to content
Snippets Groups Projects
Commit b6e68eee authored by charliep's avatar charliep
Browse files

Merge branch 'charliep-main-patch-47507' into 'main'

Update forms.py - Homogénéisation des cases

See merge request !215
parents f1cc82fa 64105420
No related branches found
No related tags found
1 merge request!215Update forms.py - Homogénéisation des cases
Pipeline #12940 passed with stages
in 15 minutes and 44 seconds
...@@ -122,5 +122,5 @@ class ValidationForm(forms.Form): ...@@ -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,
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment