aboutsummaryrefslogtreecommitdiff
path: root/users/templates/email_change_verification_email.html
blob: d016578b708c158e3daa5c4788cb1f5653770876 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% autoescape off %}
Hi {{ user }},

We received a request to change you email address on {{ site_name }}. To verify and change your email address, please click the link below.
{{ protocol }}{{ domain }}{% url 'users:changeemail' uidb64=uid token=token %}

Please ignore this email if you did not make this request.

Thanks,
{{ site_name }} Team

{% endautoescape %}