{% extends "admin_template.html" %} {% block page_title %} GOV.UK Notify {% endblock %} {% block fullwidth_content %}
{% if user %}

Create a new password

You can now create a new password for your account.

{{ form.hidden_tag() }}

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

{% else %} Message about email address does not exist. Some one needs to figure out the words here. {% endif %}
{% endblock %}