associate.html : add a warning if the login failed

This commit is contained in:
Jérôme Schneider 2014-01-21 09:00:37 +01:00
parent cbaec16565
commit c1d44965e8
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@
Associer votre compte Ermes
% endif
</span>
% if type == 'badlogin':
<span style="text-align: left; left: 100px; top: 42px; margin: 0px; position: absolute!important; font-size: 26px; color:red">
Le mot de passe saisi est incorrect, vérifiez la syntaxe et réessayez.
</span>
% endif
</div>
<p>Associer votre compte Archimed avec votre compte citoyen</p>
% if type == 'failed':