X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fregistration%2Fpassword_reset_email.html;fp=ui%2Ftemplates%2Fregistration%2Fpassword_reset_email.html;h=51431c73e86faab15cc264f65e6ab927c488884d;hb=0c34b56ff3e9887a592363ce92753a6a8383aa45;hp=0000000000000000000000000000000000000000;hpb=28588dee7d12217e31789aee1f9a9733e4121487;p=myslice.git diff --git a/ui/templates/registration/password_reset_email.html b/ui/templates/registration/password_reset_email.html new file mode 100644 index 00000000..51431c73 --- /dev/null +++ b/ui/templates/registration/password_reset_email.html @@ -0,0 +1,14 @@ +{% load i18n %}{% autoescape off %} +{% blocktrans %}You're receiving this email because you requested a password reset for your user account at {{ site_name }}.{% endblocktrans %} + +{% trans "Please go to the following page and choose a new password:" %} +{% block reset_link %} +{{ protocol }}://{{ domain }}{% url 'portal.django_passresetview.password_reset_confirm' uidb36=uid token=token %} +{% endblock %} +{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }} + +{% trans "Thanks for using our site!" %} + +{% blocktrans %}The {{ site_name }} team{% endblocktrans %} + +{% endautoescape %}