{% extends 'base.html' %} {% load i18n %} {% block header_modifier %}header--light-bg{% endblock %} {% block page_title %}{% trans "Reset password" %}{% endblock %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block content %}
{% if form.non_field_errors %}
{% endif %}

{% trans "Forgot or want to change your password? Please enter your user account's email address and we will send you a password reset link." %}

{% csrf_token %}

{{ form.email.label_tag }}

{{ form.email }}

{% endblock %}