diff --git a/bds/templates/bds/user_update.html b/bds/templates/bds/user_update.html index 0704c9f0..f426c0f5 100644 --- a/bds/templates/bds/user_update.html +++ b/bds/templates/bds/user_update.html @@ -15,19 +15,90 @@

{% trans "Modification du profil " %}{{ view.user.username }}

-
+ {% csrf_token %} {% for form in forms.values %} {% include "bds/forms/form.html" with form=form errors=False %} {% endfor %} - -
-

- -

-
+ +
+ {% csrf_token %} +
+ +
+
+ +
+
+
+
+ +
+
+ + + + + {% endblock %}