{% extends "base.html" %} {% block title %}My Account{% endblock %} {% block page_title %}My Account{% endblock %} {% block content %}

Profile & Contact

Change Password

{% if current_user.must_change_password %}
You must replace the temporary password before routine use.
{% endif %}
{% endblock %}