{% extends "registration/base.html" %} {% block title %}Reset your password{% endblock %} {% block content %}
Reset your password {% if form.non_field_errors %} {{ form.non_field_errors.as_ul }} {% endif %}

If you've forgotten your password, please enter your email address below. You'll receive instructions how to reset your password.

  1. {{ form.email }} {% if form.email.errors %} {{ form.email.errors.as_text }} {% endif %}

{% endblock %}