corrected login page template
authordurandn
Mon, 31 Oct 2016 10:08:18 +0100
changeset 237 d710b051cdc5
parent 236 903298c0349d
child 238 ad770589f0fe
corrected login page template
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 %}
-<p>Your username and password didn't match. Please try again.</p>
-{% endif %}
-
-{% if next %}
-    {% if user.is_authenticated %}
-    <p>Your account doesn't have access to this page. To proceed,
-    please login with an account that has access.</p>
-    {% else %}
-    <p>Please login to see this page.</p>
-    {% endif %}
+<p>Combinaison identifiant/mot de passe incorrecte. Veuillez réessayer.</p>
 {% endif %}
 
 <div class='col-md-6 center centerer'>