{% extends "base.html" %} {% load static from staticfiles %} {% load bootstrap %} {% block template_page_name %} - Reset Password{% endblock %} {% block content %}

Reset Password


Please enter the e-mail address associated with your account. An e-mail will be sent to you with a link to reset your password.
{% csrf_token %}
{{ form|bootstrap }}
{% endblock %}