{% extends 'auth_base.html' %} {% block title %}Reset Password{% endblock %} {% block content %}

Reset Password

Enter your email to receive reset instructions

{% csrf_token %} {% if form.non_field_errors %}
{% for error in form.non_field_errors %} {{ error }} {% endfor %}
{% endif %}
{% if form.email.errors %} {% endif %}
{% endblock %}