{% extends "page.html" %} {% block subtitle %}{{ _('Reset your password') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Password Reset'), named_route='user.request_reset' %}
  • {% endblock %} {% block primary_content %}
    {% block primary_content_inner %}

    {{ _('Reset your password') }}

    {% block form %}
    {{ h.csrf_input() }}
    {% block form_button %} {% endblock %}
    {% endblock %} {% endblock %}
    {% endblock %} {% block secondary_content %} {% block help %}
    {% block help_inner %}

    {{ _('How does this work?') }}

    {% trans %}Enter your email address or username into the box and we will send you an email with a link to enter a new password. {% endtrans %}

    {% endblock %}
    {% endblock %} {% endblock %}