mirror of https://gitlab.crans.org/bde/nk20
Update forms.py
This commit is contained in:
parent
5de930bf40
commit
258361f116
|
@ -116,9 +116,9 @@ class ValidationForm(forms.Form):
|
|||
initial=True,
|
||||
)
|
||||
|
||||
# If the bda exists
|
||||
# If the bda exists
|
||||
# if Club.objects.filter(name__iexact="bda").exists():
|
||||
# The user can join the bda club at the inscription
|
||||
# The user can join the bda club at the inscription
|
||||
# join_bda = forms.BooleanField(
|
||||
# label=_("Join BDA Club"),
|
||||
# required=False,
|
||||
|
|
Loading…
Reference in New Issue