{% extends "page.html" %} {% block subtitle %}{{ _('Reset Your Password') }}{% endblock %} {% block breadcrumb_content %}
  • {% link_for _('Password Reset'), controller='user', action='register' %}
  • {% endblock %} {% block primary_content %}

    {{ _('Reset Your Password') }}

    {% block form %}
    {% endblock %}
    {% endblock %} {% block secondary_content %}

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

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

    {% endblock %}