X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fpassword_reset_confirm.html;h=868f81814dac61ed2958374cf07223de80943eb7;hb=d3828739b742f18881ce982179ea0f75b080ed71;hp=0ea6867e176a71eb4a0889840b09a60a4a66fb65;hpb=1f276736a38c3ada41c48059243604a3db51e309;p=unfold.git diff --git a/portal/templates/password_reset_confirm.html b/portal/templates/password_reset_confirm.html index 0ea6867e..868f8181 100644 --- a/portal/templates/password_reset_confirm.html +++ b/portal/templates/password_reset_confirm.html @@ -1,36 +1,60 @@ -{% extends "layout-unfold1.html" %} -{% load i18n %} - -{% block unfold_main %} - - +{% extends "layout.html" %} {% block content %} - +{% load i18n %} {% if validlink %} -

{% trans 'OneLab secured Password reset wizard' %}

-

{% trans 'Enter new password' %}

- -

{% trans "Please enter your new password twice so we can verify you typed it in correctly." %}

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

{{ form.new_password1 }}

-{{ form.new_password2.errors }} -

{{ form.new_password2 }}

-

-
+
+
+

Password reset Password reset

+
+
+
+
+

Secured Password reset wizard

+ +

Please enter your new password twice so we can verify you typed it in correctly.

+
+
+
+
+
{% csrf_token %} + {{ form.new_password1.errors }} + +
+
+ {{ form.new_password1 }} +
+
+
+
+ {{ form.new_password2.errors }} + +
+
+ {{ form.new_password2 }} +
+
+
+
+ + +
+
{% else %} - -

{% trans 'OneLab secured Password reset wizard' %}

-

{% trans 'Password reset unsuccessful!' %}

- -

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

- -

If you still encounter problem please Contact Support for password recovery.

+
+
+

Password reset Password reset

+
+
+
+
+

The password reset link was invalid, possibly because it has already been used. Please request a new password reset.

+ +

If you still encounter problem please Contact Support for password recovery.

+
+
{% endif %} {% endblock %} -{% endblock %}