# HG changeset patch # User durandn # Date 1477904898 -3600 # Node ID d710b051cdc5f7728ef70adb57ca1d9896b2cfd6 # Parent 903298c0349d2af9aafe76663ef68b14ef91cffc corrected login page template diff -r 903298c0349d -r d710b051cdc5 src/iconolab/templates/registration/login.html --- a/src/iconolab/templates/registration/login.html Tue Oct 25 16:34:02 2016 +0200 +++ b/src/iconolab/templates/registration/login.html Mon Oct 31 10:08:18 2016 +0100 @@ -3,16 +3,7 @@ {% block content %} {% if form.errors %} -

Your username and password didn't match. Please try again.

-{% endif %} - -{% if next %} - {% if user.is_authenticated %} -

Your account doesn't have access to this page. To proceed, - please login with an account that has access.

- {% else %} -

Please login to see this page.

- {% endif %} +

Combinaison identifiant/mot de passe incorrecte. Veuillez réessayer.

{% endif %}