{% extends 'base.html' %} {% block title %}Profile{% endblock %} {% block footer %} {% endblock %} {% block body %}

Profile

{% if user.errors is not empty %}

Errors:

{% endif %}
Leave blank to keep current password
Cancel
{% endblock %}