{% extends 'layouts/login.html' %} {% import 'macros/form.html' as f with context %} {% block title %}Enter a new password{% endblock %} {% block body %}
{% call f.form_tag('user.password_reset') %} Enter a new password {% call f.form_group(form.password, css_class='sm-margin-bottom') %} {% endcall %} {% endcall %}
{% endblock %}