diff -r e66d0d91650d -r bffe8dfa3a7f src/hdalab/templates/registration/login.html --- 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 %}
-

{% trans "Identifiants" %}

+

{% trans "Authentication" %}

{% if form.errors %}

{% trans "Sorry, that's not a valid username or password." %}

{% endif %} @@ -21,11 +21,11 @@ {% csrf_token %}

- + {{form.username}}

- + {{form.password}}