From ab7d002c9555dfce6aaf7bae2b3db7251fed829d Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Fri, 21 Jul 2023 07:58:45 +0200 Subject: [PATCH] Implementing Activate User --- templates/invite_new_account.html | 48 ++++++++++++++++++------------- 1 file changed, 28 insertions(+), 20 deletions(-) diff --git a/templates/invite_new_account.html b/templates/invite_new_account.html index 103a461..54f4340 100644 --- a/templates/invite_new_account.html +++ b/templates/invite_new_account.html @@ -23,6 +23,25 @@ {{else}}
+
+ + +
+
+ + + + Le courriel de l'utilisateur. + +
+
+ + +
+
+ + +
@@ -43,25 +62,6 @@ Ce nom d'utilisateur est déjà pris.
{{end}} -
- - - - Le courriel de l'utilisateur. - -
-
- - -
-
- - -
-
- - -

Utiliser ce mot de passe : {{ .SuggestPW }}

@@ -89,13 +89,21 @@ {{end}} {{end}} \ No newline at end of file