X-Git-Url: https://git.mdrn.pl/django-cas-provider.git/blobdiff_plain/e0a665a26179e5ab5bd781dba56e82f0fcdc4dd7..09adf9da3df6fc5807c5b1710f967b39c101ba6c:/cas_provider/forms.py diff --git a/cas_provider/forms.py b/cas_provider/forms.py index 731e7da..ba6aff0 100644 --- a/cas_provider/forms.py +++ b/cas_provider/forms.py @@ -26,7 +26,7 @@ class LoginForm(AuthenticationForm): return ticket def clean(self): - super(LoginForm, self).clean(self) + AuthenticationForm.clean(self) self.cleaned_data.get('lt').delete() return self.cleaned_data