{% extends "auth_base.html" %} {% block title %}Change password{% endblock %} {% block page %} {% if ok %}
Password changed.
Click here to continue.
{% else %}
{% if errors -%}
{%- endif %}

Reset password

{% if user_requested -%} {%- endif %}
Cancel {{ csrf_secret.input }}
{%- endif %} {% endblock %}