{% extends "accounts_base.html" %} {% block title %}Reset your password{% endblock %} {% block content %}

Enter your e-mail address to obtain a new password

{% include "includes/_form.html" %} {% csrf_token %}
{% endblock %}