{% extends "registration/base.html" %} {% load i18n %} {% block js_import %}{{ block.super }} {% endblock %} {% block breadcrumb %}
  • {% trans 'Password reset' %}
  • {% endblock %} {% block content_title %}{% trans 'Password reset' %}{% endblock %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block iricontent%}

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

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