X-Git-Url: https://git.mdrn.pl/cas.git/blobdiff_plain/f88d7170763153204cf4264837b2a1997ba7903c..de84f8005cbb194987bd71fd2e1282f3a113f3cf:/src/accounts/templates/registration/password_reset_done.html diff --git a/src/accounts/templates/registration/password_reset_done.html b/src/accounts/templates/registration/password_reset_done.html new file mode 100755 index 0000000..81a46e8 --- /dev/null +++ b/src/accounts/templates/registration/password_reset_done.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block breadcrumbs %} + +{% endblock %} + +{% block title %}{% trans 'Password reset successful' %}{% endblock %} + +{% block content_enclosed %} + +

{% trans 'Password reset successful' %}

+ +

{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}

+ +{% endblock %}