Tell invited users why we need their phone number

Copies the hint text from the normal register page
This commit is contained in:
Chris Hill-Scott
2016-07-29 09:46:02 +01:00
parent a76e3fa31d
commit 3eb0369511

View File

@@ -14,7 +14,7 @@ Create an account GOV.UK Notify
<p>Your account will be created with this email: {{email_address}}</p>
<form method="post" autocomplete="nope">
{{ textbox(form.name, width='3-4') }}
{{ textbox(form.mobile_number, width='3-4') }}
{{ textbox(form.mobile_number, width='3-4', hint='Well send you a verification code by text message') }}
{{ textbox(form.password, hint="Your password must have at least 10 characters", width='3-4') }}
{{ page_footer("Continue") }}
{{form.service}}