💚 Fix CI
This commit is contained in:
parent
c5f40e0952
commit
374e6ed7f8
5 changed files with 8 additions and 9 deletions
|
|
@ -77,6 +77,7 @@ class ImageForm(forms.Form):
|
|||
width = forms.FloatField(widget=forms.HiddenInput())
|
||||
height = forms.FloatField(widget=forms.HiddenInput())
|
||||
|
||||
|
||||
class ClubForm(forms.ModelForm):
|
||||
def clean(self):
|
||||
cleaned_data = super().clean()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue