mirror of https://gitlab.crans.org/bde/nk20
Users must be member of the BDE club
This commit is contained in:
parent
f2baeedc01
commit
e8133805f5
|
@ -62,7 +62,7 @@ class ValidationForm(forms.Form):
|
||||||
|
|
||||||
join_BDE = forms.BooleanField(
|
join_BDE = forms.BooleanField(
|
||||||
label=_("Join BDE Club"),
|
label=_("Join BDE Club"),
|
||||||
required=False,
|
required=True,
|
||||||
initial=True,
|
initial=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue