{% extends "base_site.html" %} {% load i18n %} {% block bodyclass %}login{% endblock %} {% block content_title %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block title%}Password reset{% endblock %} {% block content %}

Password reset


Forgotten your password?
Enter your e-mail address below, and we'll e-mail instructions for setting a new one.

{% csrf_token %}
{{ form }}

{% endblock %}