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

{{ title }}

{{ _('You can now log in.') }}

{{ login_form(form, csrf=csrf()) }}
{% endblock content %}