aboutsummaryrefslogtreecommitdiff
path: root/users/templates/email_change_verification_email.html
blob: 3db0a9d6116c5d6d60347c295c1daa7000065c77 (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' 'changeemail' uid token %}

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

Thanks,
{{ site_name }} Team

{% endautoescape %}