1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2024-11-26 18:37:12 +00:00

Can set a parent club to None

This commit is contained in:
Yohann D'ANELLO 2020-10-07 09:48:21 +02:00
parent 18a8ff1b8a
commit 992cfe8e23

View File

@ -150,6 +150,7 @@ class ClubForm(forms.ModelForm):
"membership_fee_unpaid": AmountInput(),
"parent_club": Autocomplete(
Club,
resetable=True,
attrs={
'api_url': '/api/members/club/',
}