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=e683a3f910836765d51108b8103269ae42cc6acc;hb=0c34b56ff3e9887a592363ce92753a6a8383aa45;hp=0000000000000000000000000000000000000000;hpb=28588dee7d12217e31789aee1f9a9733e4121487;p=myslice.git diff --git a/ui/templates/registration/password_reset_confirm.html b/ui/templates/registration/password_reset_confirm.html new file mode 100644 index 00000000..e683a3f9 --- /dev/null +++ b/ui/templates/registration/password_reset_confirm.html @@ -0,0 +1,33 @@ +{% extends "layout-unfold1.html" %} +{% load i18n %} + +{% block unfold_main %} + + +{% block content %} + +{% if validlink %} + +

{% 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 'Password reset unsuccessful' %}

+ +

{% trans "The password reset link was invalid, possibly because it has already been used. Please request a new password reset." %}

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