From 27a411fe69cd3d8f669acb76b56d2390efc86deb Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 9 Feb 2020 17:45:22 +0100 Subject: Password change --- templates/profile.html | 59 +++++++++++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 30 deletions(-) (limited to 'templates/profile.html') diff --git a/templates/profile.html b/templates/profile.html index 24556fa..d2ff632 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -3,43 +3,42 @@ {{define "body"}}

Modifier mon profil

-
{{if .ErrorMessage}} -
Impossible de se connecter. +
Impossible d'effectuer la modification.
{{ .ErrorMessage }}
{{end}} {{if .Success}}
+ Profil enregistré. +
+ Retour + {{else}} + +
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
- Profil enregistré. - Retour + + Annuler
-
+
{{end}} -
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - Annuler -
- {{end}} -- cgit v1.2.3