X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fpassword_reset_form.html;h=0e0de7ee512e459d39aedceb9347d64066840ad3;hb=161a8f3e0af3ad2043e00bb24d26331cc71faa26;hp=427c4fe1a3282980092c20a6f0e6c5c50fb4ae67;hpb=2f89f2e81c44a63d6d90746a1f3c126603280b66;p=unfold.git diff --git a/portal/templates/password_reset_form.html b/portal/templates/password_reset_form.html index 427c4fe1..0e0de7ee 100644 --- a/portal/templates/password_reset_form.html +++ b/portal/templates/password_reset_form.html @@ -1,17 +1,21 @@ {% extends "layout.html" %} {% block content %}
-

Password reset Password reset

+
+

Password reset Password reset

+
-

Welcome to Onelab secured Password reset wizard

+
+

Welcome to the secured password reset wizard

Forgotten your password? Enter your email address below, and we'll email instructions for setting a new one.

{% csrf_token %} {{ form.email.errors }} -

{{ form.email }}

+

{{ form.email }}

+
{% endblock %}