mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
Fix layout and wrong word
This commit is contained in:
committed by
Rebecca Law
parent
9ca2f2017f
commit
677f8891b2
@@ -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):
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user