mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Update forms.py
This commit is contained in:
		@@ -116,9 +116,9 @@ class ValidationForm(forms.Form):
 | 
				
			|||||||
        initial=True,
 | 
					        initial=True,
 | 
				
			||||||
    )
 | 
					    )
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    # If the bda exists
 | 
					#     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
 | 
					#         The user can join the bda club at the inscription
 | 
				
			||||||
#         join_bda = forms.BooleanField(
 | 
					#         join_bda = forms.BooleanField(
 | 
				
			||||||
#             label=_("Join BDA Club"),
 | 
					#             label=_("Join BDA Club"),
 | 
				
			||||||
#             required=False,
 | 
					#             required=False,
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user