{% extends "registration/base.html" %} {% block title %} Forgot Password {% endblock %} {% block content %}

Email will be send to the registered email address

{% csrf_token %} {{ form }}
Cancel
{% endblock content %}