From 9641f8e7001c6524a259d42c61afd106743ee7fc Mon Sep 17 00:00:00 2001 From: soukainna Date: Thu, 15 Dec 2022 17:11:41 +0100 Subject: [PATCH] add update profile --- web/layouts/conseillers/update.html | 131 ++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 web/layouts/conseillers/update.html diff --git a/web/layouts/conseillers/update.html b/web/layouts/conseillers/update.html new file mode 100644 index 0000000..bd972a5 --- /dev/null +++ b/web/layouts/conseillers/update.html @@ -0,0 +1,131 @@ +{{define "content"}} + +
+

Modifier vos informations

+
+ +
+
+
+
+
+

Informations obligatoires

+

Informations personnelles sur le conseiller obligatoires + pour créer son profil dans PARCOURSMOB

+
+
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+
+
+
+ +
+
+
+

Informations optionnelles

+

Autres informations de profil optionnelles

+
+
+
+
+ +
+ +
+
+ +
+
+
+
+ +
+

Certains champs de sont pas valides.

+ + + + +
+
+
+{{end}} \ No newline at end of file