{% extends "base.html" %} {% set section = "account" %} {% block body %} {% if error %}
Please correct the following errors:
{% endif %}
Username {{ user.username }}
New Password
Confirm Password
 
{% endblock %}