{% extends "base.html.j2" %} {% import "materialize/wtf.html.j2" as wtf %} {% block page_content %}

{{ title }}

Enter a new password and confirm it! After that, the entered password is your new one!

{{ form.hidden_tag() }} {{ wtf.render_field(form.password) }} {{ wtf.render_field(form.password_2) }} {{ wtf.render_field(form.submit, class_='width-100', material_icon='send') }}
{% endblock page_content %}