mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Tell local government folk that they can sign up
Notify is now available to local government: https://gds.blog.gov.uk/2017/08/10/local-government-services-to-start-using-gov-uk-notify/ So registration isn’t only for users with central government email addresses now.
This commit is contained in:
@@ -13,7 +13,7 @@ Create an account
|
||||
<h1 class="heading-large">Create an account</h1>
|
||||
<form method="post" novalidate>
|
||||
{{ 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.email_address, hint="Must be from a 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') }}
|
||||
<input class="visually-hidden" aria-hidden="true" tabindex="-1" id="defeat-chrome-autocomplete">
|
||||
{{ textbox(form.password, hint="At least 8 characters", width='3-4') }}
|
||||
|
||||
Reference in New Issue
Block a user