{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}
{% if current_user.password_hash %}

Change Password

{% else %}

Set Password

{% endif %} {{ wtf.quick_form(form, button_map={'submit': 'primary'}) }}
{% endblock %}