src/hdalab/templates/registration/password_change_form.html
changeset 546 0ca66b267d15
parent 397 66e45510eae4
--- a/src/hdalab/templates/registration/password_change_form.html	Wed Mar 18 18:52:43 2015 +0100
+++ b/src/hdalab/templates/registration/password_change_form.html	Thu Mar 19 16:05:51 2015 +0100
@@ -7,10 +7,11 @@
 {% 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 main_content %}
-<div class="register">
+<div class="register hdalab-form">
 	<h1>{% trans "Changer le mot de passe" %}</h1>
 	<form method="post" action=".">
 		{% csrf_token %}