{% extends "base.html" %} {% block "content" %}

Changer mes informations

{% csrf_token %} {{ update_form.as_html }}
Annuler

Changer mon mot de passe

{% csrf_token %} {{ password_form.as_html }}
Annuler
{% endblock %}