diff -r 58bc48201d0e -r 83adb3fd0efd src/hdalab/templates/registration/login.html --- a/src/hdalab/templates/registration/login.html Mon Dec 01 10:34:53 2014 +0100 +++ b/src/hdalab/templates/registration/login.html Wed Dec 10 11:34:54 2014 +0100 @@ -4,22 +4,35 @@ {% block title %}{% trans "Login" %}{% endblock %} +{% block css_import %} +{{block.super}} + +{% endblock %} + +{% block login_actif %}actif{% endblock %} + {% block main_content %}
+

{% trans "Identifiants" %}

{% if form.errors %}

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

{% endif %}
{% csrf_token %} - {{form.as_p}} - +

+ + {{form.username}} +

+

+ + {{form.password}} +

+
+

+
-

 

-

{% trans "Still not a user ? Create an account" %} -

{% trans "Forgot password ?" %} -

+

{% trans "Forgot password ?" %}

+

{% trans "Still not a user ? Create an account" %}

+ {% endblock %} - - -