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

Changer mes informations

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

Changer mon mot de passe

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