Fix layout and wrong word

This commit is contained in:
Chris Hill-Scott
2016-01-08 15:55:31 +00:00
committed by Rebecca Law
parent 9ca2f2017f
commit 677f8891b2
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ class ForgotPasswordForm(Form):
def validate_email_address(self, a):
if not self.query_function(a.data):
raise ValidationError('The email address is not recognized. Enter the password you registered with.')
raise ValidationError('The email address is not recognised. Enter the email address you registered with.')
class NewPasswordForm(Form):