src/hdalab/templates/registration/login.html
changeset 433 bffe8dfa3a7f
parent 384 83adb3fd0efd
child 529 f479d60ca502
--- a/src/hdalab/templates/registration/login.html	Mon Jan 26 16:09:54 2015 +0100
+++ b/src/hdalab/templates/registration/login.html	Mon Jan 26 17:25:40 2015 +0100
@@ -13,7 +13,7 @@
 
 {% block main_content %}
     <div class="register">
-    	<h1>{% trans "Identifiants" %}</h1>
+    	<h1>{% trans "Authentication" %}</h1>
         {% if form.errors %}
         <p class="error">{% trans "Sorry, that's not a valid username or password." %}</p>
         {% endif %}
@@ -21,11 +21,11 @@
             {% csrf_token %}
             <input type="hidden" name="next" value="{% if next %}{{ next }}{% else %}{% url 'home' %}{% endif %}" />
             <p>
-	            <label for="username">{% trans "Nom d'utilisateur" %}</label>
+	            <label for="username">{% trans "Username" %}</label>
 	            {{form.username}}
 	        </p>
 	        <p>
-	            <label for="password">{% trans "Mot de passe" %}</label>
+	            <label for="password">{% trans "Password" %}</label>
 	            {{form.password}}
 	        </p>
 	        <div class="btn-submit">