{% extends "base.html" %} {% block titre %}Modification du profil{% endblock %} {% block content %}

Modification du profil

{% if error %}

{{ error }}

{% endif %} {% if success %}

Changement enregistré !

{% endif %}
{% csrf_token %} {{ form.as_p }}
{% endblock %}