{% extends "admin_template.html" %} {% block page_title %} GOV.UK Notify | Create an account {% endblock %} {% block content %}

Create an account

If you've used GOV.UK Notify before, sign in to your account.

{{ form.hidden_tag() }}

{{ form.name(class="form-control-2-3", autocomplete="off") }}

{{ form.email_address(class="form-control-2-3", autocomplete="off") }}
Your email address must end in .gov.uk

{{ form.mobile_number(class="form-control-1-4", autocomplete="off") }}

{{ form.password(class="form-control-1-4", autocomplete="off") }}
Your password must have at least 10 characters

{% endblock %}