]> git.openstreetmap.org Git - osqa.git/blobdiff - forum_modules/localauth/forms.py
Fixes OSQA 307, AttributeError: 'ChangePasswordForm' object has no attribute 'cleaned...
[osqa.git] / forum_modules / localauth / forms.py
index ec59a10f1b0cdf2d50425407642ce91d233de4d4..a3fd9928be7a59beb026f38f431fb2a2dc687583 100644 (file)
@@ -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):