--- a/src/hdalab/templates/registration/login.html Tue Mar 10 16:06:06 2015 +0100
+++ b/src/hdalab/templates/registration/login.html Tue Mar 10 18:41:29 2015 +0100
@@ -7,12 +7,13 @@
{% block css_import %}
{{block.super}}
<link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/login.css' %}" />
+ <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/forms.css' %}" />
{% endblock %}
{% block login_actif %}actif{% endblock %}
{% block main_content %}
- <div class="register">
+ <div class="register hdalab-form">
<h1>{% trans "Authentication" %}</h1>
{% if form.errors %}
<p class="error">{% trans "Sorry, that's not a valid username or password." %}</p>