{% extends "registration/base.html" %} {% load bootstrap3 %} {% block registration_content %}

Forgot password

Please enter the email address that you used to register so that we can send you a link to reset your password.

{% csrf_token %} {% bootstrap_form form %} {% buttons %} Cancel {% endbuttons %}
{% endblock %}