diff --git a/apps/registration/forms.py b/apps/registration/forms.py index 83dd6b20..749eba3a 100644 --- a/apps/registration/forms.py +++ b/apps/registration/forms.py @@ -115,13 +115,12 @@ class ValidationForm(forms.Form): required=False, initial=True, ) - ''' + # If the bda exists - if Club.objects.filter(name__iexact="bda").exists(): +# if Club.objects.filter(name__iexact="bda").exists(): # The user can join the bda club at the inscription - join_bda = forms.BooleanField( - label=_("Join BDA Club"), - required=False, - initial=True, - ) - ''' +# join_bda = forms.BooleanField( +# label=_("Join BDA Club"), +# required=False, +# initial=True, +# )