X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fregistration%2Fpassword_reset_confirm.html;fp=ui%2Ftemplates%2Fregistration%2Fpassword_reset_confirm.html;h=0000000000000000000000000000000000000000;hb=1f276736a38c3ada41c48059243604a3db51e309;hp=0ea6867e176a71eb4a0889840b09a60a4a66fb65;hpb=4342bd2f4160349762df6b97bd6b4717c1d7c531;p=myslice.git diff --git a/ui/templates/registration/password_reset_confirm.html b/ui/templates/registration/password_reset_confirm.html deleted file mode 100644 index 0ea6867e..00000000 --- a/ui/templates/registration/password_reset_confirm.html +++ /dev/null @@ -1,36 +0,0 @@ -{% extends "layout-unfold1.html" %} -{% load i18n %} - -{% block unfold_main %} - - -{% block content %} - -{% 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 }}

-

-
- -{% 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.

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