{% extends "base.html" %} {% load i18n %} {% block content %}

{% trans "Password reset" %}

{% csrf_token %} {{ form.email.errors }}

{{ form.email }}

{% blocktrans %} Please enter the email address in your personal information. We'll send you an email with a link where you can reset your password. If you don't remember your email address, you need to contact the PEER system administrator. {% endblocktrans %}

{% endblock %}