X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fpassword_reset_form.html;h=0e0de7ee512e459d39aedceb9347d64066840ad3;hb=1dc51fa1e2a0ac2b5e3fa4af5bef7077deaad079;hp=427c4fe1a3282980092c20a6f0e6c5c50fb4ae67;hpb=d251934bd71c678f552dc9a1d49c3f8efe102e1e;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 %}