poli_planning/polyclinic_scheduling/apps/RUG_template/templates/registration/password_reset_email.html

13 lines
480 B
HTML
Raw Normal View History

2020-05-15 12:54:16 +02:00
{% load i18n %}{% url 'password_reset_confirm' uidb64=uid token=token as reset_url%}
{% autoescape off %}{% blocktrans %}You're receiving this email because you requested a password reset for your user account at {{ site_name }}.
2020-05-15 10:31:22 +02:00
2020-05-14 15:20:19 +02:00
Please go to the following page and choose a new password:
2020-05-15 10:31:22 +02:00
2020-05-14 15:20:19 +02:00
{{ protocol}}://{{ domain }}{{ reset_url }}
2020-05-15 10:31:22 +02:00
2020-05-19 12:08:06 +02:00
Your username, in case you've forgotten: {{ user }}
2020-05-15 10:31:22 +02:00
2020-05-14 15:20:19 +02:00
Thanks for using our site!
2020-05-15 10:31:22 +02:00
The {{ site_name }} team{% endblocktrans %}
{% endautoescape %}