{% extends 'nopaque.html.j2' %} {% import 'materialize/wtf.html.j2' as wtf %} {% block nav_content %} {% include 'settings/_breadcrumbs.html.j2' %} {% endblock nav_content %} {% block page_content %}

Settings

{% include 'settings/_menu.html.j2' %}
{{ title }} {{ form.hidden_tag() }} {{ wtf.render_field(form.password, material_icon='vpn_key') }} {{ wtf.render_field(form.new_password, material_icon='vpn_key') }} {{ wtf.render_field(form.new_password2, material_icon='vpn_key') }}
{{ wtf.render_field(form.submit, material_icon='send') }}
{% endblock page_content %}