From b3cc2ecd454574269f8a9203790d51dd5d1d68bf Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Thu, 27 Jul 2023 22:06:18 +0200 Subject: [PATCH] Handle multiple mail values --- templates/user.html | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/templates/user.html b/templates/user.html index a552f2a..3104dda 100644 --- a/templates/user.html +++ b/templates/user.html @@ -18,20 +18,24 @@ Profil enregistré. {{end}} -
+
- {{range $index, $email := .Data.MailValues }} + + {{range $index, $email := .Data.MailValues }} + -
{{end}} - + +
+
+ +
-