{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block body %}
{{ _('Please check your inbox. We have sent you an email.') }}
{% elif success %}{{ _('Your password is now reset. You can now login with your new password.') }}
{{ _('Login') }} {% else %}{{ _('This did not work. Please try again later.') }}
{% endif %}