mirror of https://gitlab.crans.org/bde/nk20
Can set a parent club to None
This commit is contained in:
parent
18a8ff1b8a
commit
992cfe8e23
|
@ -150,6 +150,7 @@ class ClubForm(forms.ModelForm):
|
|||
"membership_fee_unpaid": AmountInput(),
|
||||
"parent_club": Autocomplete(
|
||||
Club,
|
||||
resetable=True,
|
||||
attrs={
|
||||
'api_url': '/api/members/club/',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue