Merge pull request #817 from alphagov/reason-for-mobile-on-invite

Tell invited users why we need their phone number
This commit is contained in:
Chris Hill-Scott
2016-07-29 13:48:19 +01:00
committed by GitHub

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}}