{% extends "accounts/_section.html" %} {% block title %}Password reset{% endblock %} {% block content %}

Password reset

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

{% csrf_token %} {{form.as_p}}
{% endblock %}