mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	Can set a parent club to None
This commit is contained in:
		@@ -150,6 +150,7 @@ class ClubForm(forms.ModelForm):
 | 
			
		||||
            "membership_fee_unpaid": AmountInput(),
 | 
			
		||||
            "parent_club": Autocomplete(
 | 
			
		||||
                Club,
 | 
			
		||||
                resetable=True,
 | 
			
		||||
                attrs={
 | 
			
		||||
                    'api_url': '/api/members/club/',
 | 
			
		||||
                }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user