{% extends "withoutnav_template.html" %} {% from "components/textbox.html" import textbox %} {% from "components/page-footer.html" import page_footer %} {% block page_title %} Create a new password – GOV.UK Notify {% endblock %} {% block maincolumn_content %}

Create a new password

If you have forgotten your password, we can send you an email to create a new password.

{{ textbox(form.email_address, safe_error_message=True) }} {{ page_footer("Send email") }}
{% endblock %}