{% extends 'aiohttp_login/bootstrap-3/base.html' %} {% from 'aiohttp_login/bootstrap-3/macroses.html' import form_field, form_password_field %} {% block auth_title %}Reset password{% endblock %} {% block auth_content %} {% include 'aiohttp_login/bootstrap-3/styles.html' %}

Change password

{{ form_password_field(auth.form.password, auth.cfg) }} {{ form_field(auth.form.confirm, oninput="auth_check_password_matching(this)") }}
{{ auth.form.csrf_token }}
{% endblock %}