{% extends "security/login_user.html" %} {% block title %}{{ _('Password Reset') }}{% endblock %} {% block page_content %} {% block form %}

{{ _('Send password reset instructions') }}

{{ forgot_password_form.hidden_tag() }} {{ render_field_with_errors(forgot_password_form.email) }} {{ render_field(forgot_password_form.submit) }}
{% endblock form %} {% endblock page_content %} {% block custom_links %}

{{ _('Log in') }}

{% if config.SECURITY_REGISTERABLE %}

{{ _('Register a new membership') }}

{% endif %} {% endblock %}