equal
deleted
inserted
replaced
5 {% block title %}{% trans "Password reset" %}{% endblock %} |
5 {% block title %}{% trans "Password reset" %}{% endblock %} |
6 |
6 |
7 {% block css_import %} |
7 {% block css_import %} |
8 {{block.super}} |
8 {{block.super}} |
9 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/login.css' %}" /> |
9 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/login.css' %}" /> |
|
10 <link rel="stylesheet" type="text/css" href="{% static 'hdalab/css/forms.css' %}" /> |
10 {% endblock %} |
11 {% endblock %} |
11 |
12 |
12 {% block login_actif %}actif{% endblock %} |
13 {% block login_actif %}actif{% endblock %} |
13 |
14 |
14 {% block main_content %} |
15 {% block main_content %} |
15 <div class="register"> |
16 <div class="register hdalab-form"> |
16 <h1>{% trans "Recuperation du Mot de Passe" %}</h1> |
17 <h1>{% trans "Recuperation du Mot de Passe" %}</h1> |
17 {% if form.errors %} |
18 {% if form.errors %} |
18 <p class="error">{% trans "Sorry, that's not a valid username or password." %}</p> |
19 <p class="error">{% trans "Sorry, that's not a valid username or password." %}</p> |
19 {% endif %} |
20 {% endif %} |
20 <form method="post" action=""> |
21 <form method="post" action=""> |