From 7b9ce7eda45262f18d9949ac463f56213e2ab3d8 Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Mon, 7 May 2018 15:07:37 +0200
Subject: [PATCH] fix spurious < character in user name

---
 templates/web/fr/create_accounts.tt2.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/web/fr/create_accounts.tt2.html b/templates/web/fr/create_accounts.tt2.html
index b8bb637..98f7f59 100644
--- a/templates/web/fr/create_accounts.tt2.html
+++ b/templates/web/fr/create_accounts.tt2.html
@@ -20,7 +20,7 @@ service fédéré. Pour le faire, sélectionnez <strong>[% idp_displayname
             <caption>Profil d'utilisateur: [% account.profile() %]</caption>
             <tr>
                 <td><strong>nom d'utilisateur:</strong></td>
-                <td>user[% account.id() %]<</td>
+                <td>user[% account.id() %]</td>
             </tr>
             <tr>
                 <td><strong>mot de passe:</strong></td>
-- 
GitLab