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

{{ title }}

+ +

{% trans "We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly." %}

+ +

{% trans "If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder." %}

+ +{% endblock %}