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

{{ title }}

+ +

{% trans "Your password has been set. You may go ahead and log in now." %}

+ +

{% trans 'Log in' %}

+ +{% endblock %}