aboutsummaryrefslogtreecommitdiffstats
path: root/templates/registration/password_reset_email.html
blob: da2c169b1fcb423a95840e59508eef3dd706bb22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% autoescape off %}
To initiate the password reset process for your {{ user.get_username }} TestSite Account,
click the link below:

{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}

If clicking the link above doesn't work, please copy and paste the URL in a new browser
window instead.

Sincerely,
The TestSite Team
{% endautoescape %}