diff --git a/app/templates/views/register.html b/app/templates/views/register.html index 01e86f1ed..dd13e1014 100644 --- a/app/templates/views/register.html +++ b/app/templates/views/register.html @@ -14,7 +14,7 @@ Create an account – GOV.UK Notify

If you've used GOV.UK Notify before, sign in to your account.

-
+ {{ textbox(form.name, width='3-4') }} {{ textbox(form.email_address, hint="Your email address must end in .gov.uk", width='3-4') }} {{ textbox(form.mobile_number, width='3-4') }} diff --git a/app/templates/views/signin.html b/app/templates/views/signin.html index 44906ff98..d08778e0e 100644 --- a/app/templates/views/signin.html +++ b/app/templates/views/signin.html @@ -14,7 +14,7 @@

If you do not have an account, you can register for one now.

- + {{ textbox(form.email_address) }} {{ textbox(form.password) }} {{ page_footer("Continue", secondary_link=url_for('.forgot_password'), secondary_link_text="Forgotten password?") }}