{% extends "admin/base_site.html" %} {% load static i18n wpadmin_tags %} {% block extrastyle %}{{ block.super }}{% endblock %} {% block breadcrumbs %} {% endblock %} {% block title %}{% trans "Password reset" %} | {% wpadmin_render_custom_title %}{% endblock %} {% block content %}

{% trans "Password reset" %}

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

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

{% if form.errors.items|length == 1 %}{% trans "Please correct the error below." %}{% else %}{% trans "Please correct the errors below." %}{% endif %}

{% endif %}
{{ form.email.errors }} {{ form.email }}
{% endblock %}