{% extends "admin/core/small_form.html" %} {% load orcid fqdn i18n foundation %} {% block contextual_title %} {% trans "Reset password" %} {% endblock contextual_title %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Reset password" %}
  • {% endblock breadcrumbs %} {% block title-section %}
    {% trans "Reset password" %}
    {% endblock %} {% block form_content %} {% include "admin/elements/forms/messages_in_callout.html" with form=form %}

    {% blocktrans %} Enter your email address and then follow the link sent to you by email. {% endblocktrans %}

    {% include "admin/elements/forms/field.html" with field=form.email_address %}
    {% include "admin/elements/forms/denotes_required.html" %} {% endblock form_content %}