Fix error

This commit is contained in:
Matt Wright
2012-09-26 16:25:22 -04:00
parent e1dbed816c
commit 6b80aae7d1
+1 -1
View File
@@ -150,7 +150,7 @@ class LoginForm(Form, NextFormMixin):
return False
if self.password.data.strip() == '':
self.email.errors.append('Password not provided')
self.password.errors.append('Password not provided')
return False
self.user = _datastore.find_user(email=self.email.data)