diff --git a/app/templates/views/register.html b/app/templates/views/register.html index cf1a20a34..682e517f4 100644 --- a/app/templates/views/register.html +++ b/app/templates/views/register.html @@ -11,10 +11,11 @@ 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') }} + {{ textbox(form.password, hint="At least 8 characters", width='3-4') }} {{ page_footer("Continue") }}