{% extends "base.html" %} {% block title %}Profile | left4me{% endblock %} {% block content %} Change password {% if success %} Password changed. {% endif %} {% if error_message %} {{ error_message }} {% endif %} Current password New password Confirm new password Change password {% endblock %}
Password changed.
{{ error_message }}