{% extends "base.html" %} {% block title %}Profile | left4me{% endblock %} {% block content %}

Change password

{% if success %}

Password changed.

{% endif %} {% if error_message %}

{{ error_message }}

{% endif %}
{% endblock %}