src/hdalab/templates/registration/login.html
changeset 529 f479d60ca502
parent 433 bffe8dfa3a7f
--- 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>