X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/0f6982649692cff135db303910bb7bf94205ca7f..9e80d89162cb0384c388a44fad0ac9e3fca5be5e:/forum_modules/localauth/forms.py?ds=inline diff --git a/forum_modules/localauth/forms.py b/forum_modules/localauth/forms.py index ec59a10..a3fd992 100644 --- a/forum_modules/localauth/forms.py +++ b/forum_modules/localauth/forms.py @@ -92,7 +92,7 @@ class ClassicLoginForm(forms.Form): error_list.append(_('Please enter user name')) if len(error_list) > 0: self._errors['__all__'] = forms.util.ErrorList(error_list) - + return self.cleaned_data def get_user(self):