{% extends "base.html" %} {% from "macros/input.html" import text %} {% block content %}

Password Reset

Forgotten your current password? Go here [insert password reset tool link]

{{ text(id="current-password", name="current", type="password", required=True) }} {{ text(id="new-password", name="new", type="password", required=True) }} {{ text(id="confirm-password", name="confirm", type="password", required=True) }}
{% endblock %}