{% load i18n static %} {% trans 'Password reset' %} | {{ site_title|default:"Django Spectra" }}

{% trans 'Password Reset' %}

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

{% if form.errors %} {% endif %}
{% csrf_token %}
{{ form.email }} {% if form.email.errors %}
    {% for error in form.email.errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}

{% trans 'Back to' %} {% trans 'Log in' %}