{% extends "accounts/accounts.html" %}{% load i18n l10n pages widget_tweaks %} {% block menu_signin %}
  • {% trans "Sign in" %}
  • {% endblock %} {% block body_class %}{{ block.super }} reset{% endblock %} {% block title %}{% trans "Reset password" %}{% endblock %} {% block panel %} {% block reset_form %}

    {% trans "Enter your e-mail address below, and we'll send you instructions for setting a new one." %}

    {% csrf_token %} {% include "_includes/form-errors.html" %} {% block reset_fields %} {% include "_includes/vertical-placeholder-big-field.html" with field=form.email|attr:"autofocus" %} {% endblock %}
    {% endblock %} {% endblock %}