{% extends "admin_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% 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.

{{ textbox(form.new_password, hint="Your password must have at least 10 characters") }} {{ page_footer("Continue") }}
{% else %} Message about email address does not exist. Some one needs to figure out the words here. {% endif %}
{% endblock %}