diff --git a/app/templates/views/api/whitelist.html b/app/templates/views/api/whitelist.html index 3a125e5b2..4e880cc10 100644 --- a/app/templates/views/api/whitelist.html +++ b/app/templates/views/api/whitelist.html @@ -42,7 +42,7 @@ are included in the whitelist automatically.

-
+
diff --git a/app/templates/views/forgot-password.html b/app/templates/views/forgot-password.html index a221da183..d733724a1 100644 --- a/app/templates/views/forgot-password.html +++ b/app/templates/views/forgot-password.html @@ -14,7 +14,7 @@ Create a new password

We’ll send you an email to create a new password.

- + {{ textbox(form.email_address, safe_error_message=True) }} {{ page_footer("Send email") }} diff --git a/app/templates/views/invite-user.html b/app/templates/views/invite-user.html index c0f41fa4e..e5e7eb165 100644 --- a/app/templates/views/invite-user.html +++ b/app/templates/views/invite-user.html @@ -14,7 +14,7 @@
-
+ {{ textbox(form.email_address, width='1-1', safe_error_message=True) }} diff --git a/app/templates/views/send-test.html b/app/templates/views/send-test.html index 7550eaa4f..62d598ae7 100644 --- a/app/templates/views/send-test.html +++ b/app/templates/views/send-test.html @@ -14,7 +14,7 @@ {{ page_title }} - +
{{ textbox( diff --git a/app/templates/views/signin.html b/app/templates/views/signin.html index ca5375092..ff062927c 100644 --- a/app/templates/views/signin.html +++ b/app/templates/views/signin.html @@ -30,7 +30,7 @@

{% endif %} - + {{ textbox(form.email_address) }} {{ textbox(form.password) }} {{ page_footer("Continue", secondary_link=url_for('.forgot_password'), secondary_link_text="Forgot your password?") }} diff --git a/app/templates/views/support/problem.html b/app/templates/views/support/problem.html index de39efb08..7a961ad9b 100644 --- a/app/templates/views/support/problem.html +++ b/app/templates/views/support/problem.html @@ -20,7 +20,7 @@ page to see if there are any known issues with GOV.UK Notify.

- + {{ textbox(form.feedback, width='1-1', hint='', rows=10) }} {% if not current_user.is_authenticated %} {{ textbox(form.name, width='1-1') }} diff --git a/app/templates/views/support/question.html b/app/templates/views/support/question.html index 91254c12b..8ef04c415 100644 --- a/app/templates/views/support/question.html +++ b/app/templates/views/support/question.html @@ -13,7 +13,7 @@
- + {{ textbox(form.feedback, width='1-1', hint='', rows=10) }} {% if not current_user.is_authenticated %}

Do you want a reply?

diff --git a/app/templates/views/user-profile/change.html b/app/templates/views/user-profile/change.html index a0b3aea65..3deadd2d1 100644 --- a/app/templates/views/user-profile/change.html +++ b/app/templates/views/user-profile/change.html @@ -17,7 +17,7 @@

{% endif %}
- + {{ textbox(form_field, safe_error_message=True) }} {{ page_footer( 'Save',