src/hdalab/templates/registration/password_reset_form.html
changeset 546 0ca66b267d15
parent 384 83adb3fd0efd
--- a/src/hdalab/templates/registration/password_reset_form.html	Wed Mar 18 18:52:43 2015 +0100
+++ b/src/hdalab/templates/registration/password_reset_form.html	Thu Mar 19 16:05:51 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 "Recuperation du Mot de Passe" %}</h1>
 		{% if form.errors %}
         	<p class="error">{% trans "Sorry, that's not a valid username or password." %}</p>