{% extends "nopaque.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!

{{ reset_password_form.hidden_tag() }} {{ wtf.render_field(reset_password_form.password, data_length='128') }} {{ wtf.render_field(reset_password_form.password_confirmation, data_length='128') }}
{{ wtf.render_field(reset_password_form.submit, material_icon='send') }}
{% endblock %}