{% extends "layouts/content-bootstrap.html" %} {% load i18n %} {% block title %}{{ block.super }}| {% trans "Password reset" %}{% endblock %} {% block content %}

{% trans "Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one." %}

{% csrf_token %}
{{ form.email }} {% for error in form.email.errors %}

{{ error }}

{% endfor %}
{% endblock %}