Users must be member of the BDE club

This commit is contained in:
Yohann D'ANELLO 2020-04-05 16:07:31 +02:00
parent f2baeedc01
commit e8133805f5
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class ValidationForm(forms.Form):
join_BDE = forms.BooleanField(
label=_("Join BDE Club"),
required=False,
required=True,
initial=True,
)