{% extends "admin/base_site.html" %} {% load i18n %} {# grp_csrf #} {% block breadcrumbs %}{% endblock %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block content %}

{% trans "Password reset" %}

{% trans "Forgotten your password? Enter your e-mail address below, and we'll reset your password and e-mail the new one to you." %}

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

{{ form.email }}

{% endblock %}