{% extends 'base.html' %} {% block content %} Reset password {% csrf_token %} {% if form.errors %} {% for error in form.non_field_errors %} {{ error|escape }} {% empty %} Please correct the error{{ form.errors.items|length|pluralize }} below. {% endfor %} {% endif %} Enter your account's e-mail address here. We will send you an e-mail with a link to reset your password. {% for error in form.email.errors %} {{ error|escape }} {% endfor %} {% endblock %}
{{ error|escape }}