diff --git a/app/templates/views/register.html b/app/templates/views/register.html index cad198d9b..3ac55b7d8 100644 --- a/app/templates/views/register.html +++ b/app/templates/views/register.html @@ -11,7 +11,7 @@ Create an account

Create an account

-
+ {{ textbox(form.name, width='3-4') }} {{ textbox(form.email_address, hint="Must be from a central government organisation", width='3-4', safe_error_message=True) }} {{ textbox(form.mobile_number, width='3-4', hint='We’ll send you a security code by text message') }}