From 677f8891b2ceebdf2a11d88948cbf33438de3640 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Fri, 8 Jan 2016 15:55:31 +0000 Subject: [PATCH] Fix layout and wrong word --- app/main/forms.py | 2 +- app/templates/views/password-reset-sent.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/main/forms.py b/app/main/forms.py index 808f55246..816817778 100644 --- a/app/main/forms.py +++ b/app/main/forms.py @@ -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): diff --git a/app/templates/views/password-reset-sent.html b/app/templates/views/password-reset-sent.html index c51c206d3..42c5e0954 100644 --- a/app/templates/views/password-reset-sent.html +++ b/app/templates/views/password-reset-sent.html @@ -4,7 +4,7 @@ GOV.UK Notify | {% endblock %} -{% block content %} +{% block fullwidth_content %}
@@ -15,4 +15,4 @@ GOV.UK Notify |
-{% endblock %} \ No newline at end of file +{% endblock %}