VlozReseniForm: novější super je super()

This commit is contained in:
Pavel 'LEdoian' Turinsky 2020-02-11 21:49:29 +01:00
parent 96b00025db
commit 8604ef7b4c

View file

@ -249,7 +249,7 @@ class VlozReseniForm(forms.Form):
#TODO prilohy
def __init__(self, *args, **kwargs):
super(VlozReseniForm, self).__init__(*args, **kwargs)
super().__init__(*args, **kwargs)
#self.fields['favorite_color'] = forms.ChoiceField(choices=[(color.id, color.name) for color in Resitel.objects.all()])