{% extends "base.html" %} {% load i18n baseurl locale %} {% block title %}{% trans "Reset Password" %} | {{ block.super }}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Reset Password" %}
  • {% endblock %} {% block content %}

    {% trans "Reset Password" %}

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

    {% csrf_token %}


    {{ form.email }} {{ form.email.errors }}

    {% if settings.CAN_REGISTER %} {% endif %} {% endblock %}