Fixed getSeason() and update() in views.py

This commit is contained in:
2016-06-23 10:51:12 +02:00
parent c2eede9500
commit 6042838f28
3 changed files with 73 additions and 48 deletions

View File

@@ -54,7 +54,6 @@ class MandantsForm(forms.Form):
widget=forms.CheckboxSelectMultiple()
)
class UserForm(forms.ModelForm):
class Meta:
model = User