mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-09 02:44:10 -04:00
Merge pull request #598 from alphagov/register-page-wording
Explain why we need your phone number
This commit is contained in:
@@ -17,7 +17,7 @@ Create an account – GOV.UK Notify
|
||||
<form method="post" autocomplete="nope">
|
||||
{{ 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='You’ll need this phone to hand') }}
|
||||
{{ textbox(form.mobile_number, width='3-4', hint='We’ll send you a verification code by text message') }}
|
||||
{{ textbox(form.password, hint="At least 10 characters", width='3-4') }}
|
||||
{{ page_footer("Continue") }}
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user