X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/a6db1ef5159ff618a9d1a78ff14fd705a106c130..8139f82c719f4a041b18fd445026b8cf78aca4a6:/wolnelektury/templates/account/password_reset_done.html diff --git a/wolnelektury/templates/account/password_reset_done.html b/wolnelektury/templates/account/password_reset_done.html new file mode 100644 index 000000000..9447109de --- /dev/null +++ b/wolnelektury/templates/account/password_reset_done.html @@ -0,0 +1,9 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block titleextra %}{% trans "Password Reset" %}{% endblock %} + +{% block body %} +

{% trans "Password Reset" %}

+

{% trans "We have sent you an e-mail. You should receive it within a few minutes." %}

+{% endblock %}