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

Modification du profil

{% if error %}

{{ error }}

{% endif %} {% if success %}

Changements enregistrés !

{% endif %}

Changer mon mot de passe

Changer mon nom pour les doodles

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