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):

View File

@@ -4,7 +4,7 @@
GOV.UK Notify |
{% endblock %}
{% block content %}
{% block fullwidth_content %}
<div class="grid-row">
<div class="column-two-thirds">
@@ -15,4 +15,4 @@ GOV.UK Notify |
</div>
</div>
{% endblock %}
{% endblock %}