{# vim: set ts=2 et sts=2 sw=2: #} {% extends "users/base.html" %} {% from "layout/errorlist.html" import errorlist %} {% set title = _('Password Reset') %} {% set classes = 'password' %} {% block content %}

{{ title }}

{% trans %} We've sent an email to any account using this address. Please follow the link in the email to reset your password. {% endtrans %}

{% endblock content %}