{% extends "auth/layout.html" %} {% block auth_header %}

Reset your password

{% endblock %} {% block auth_content %} <{Form}> <{FormControl label="New password"}> {{ form.password.password(required=True) }} <{Button type="submit" style="primary"}>Reset password {% endblock %}