X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/82c38a77943cf91a084429bf10740edffbd0c195..2f9cb34a07fcd98effda2fa900e48c31813f14c8:/redakcja/templates/registration/password_reset_confirm.html?ds=sidebyside diff --git a/redakcja/templates/registration/password_reset_confirm.html b/redakcja/templates/registration/password_reset_confirm.html new file mode 100644 index 00000000..e364c13a --- /dev/null +++ b/redakcja/templates/registration/password_reset_confirm.html @@ -0,0 +1,23 @@ +{% extends "catalogue/base.html" %} +{% load i18n %} +{% load bootstrap_tags %} + +{% block inner_content %} +

{{ title }}

+ +{% if validlink %} + +

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

+ +
{% csrf_token %} +{{ form|as_bootstrap }} + +
+ +{% else %} + +

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

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