From 418a8238c669c4a231f3d64bd191c939db47d1bd Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Thu, 27 Jul 2023 21:55:47 +0200 Subject: [PATCH] Handle multiple mail values --- templates/user.html | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/templates/user.html b/templates/user.html index bb52fa8..a552f2a 100644 --- a/templates/user.html +++ b/templates/user.html @@ -18,6 +18,20 @@ Profil enregistré. {{end}} +
+
+
+ {{range $index, $email := .Data.MailValues }} + + + +
+ {{end}} + + +
+
+
@@ -29,18 +43,7 @@
-
-
- {{range $index, $email := .Data.MailValues }} - - - -
- {{end}} - - -
-
+