Skip to content
Snippets Groups Projects
Commit 7b9ce7ed authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

fix spurious < character in user name

parent 0abe90f5
No related branches found
Tags v1.2.0
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment