From 40839458a5ddfc0c4656ff421a0fe8261dda56ca Mon Sep 17 00:00:00 2001 From: Ludovic Stephan Date: Mon, 24 Aug 2020 16:35:47 +0200 Subject: [PATCH] Form logic for user deletion --- bds/templates/bds/user_update.html | 85 +++++++++++++++++++++++++++--- 1 file changed, 78 insertions(+), 7 deletions(-) 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 %}