diff --git a/apps/registration/forms.py b/apps/registration/forms.py index 00812485..f6c980c9 100644 --- a/apps/registration/forms.py +++ b/apps/registration/forms.py @@ -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,