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

Thanks for registering an account on {{ site_name }}. To verify and change your email address, please click the link below.
{{ protocol }}{{ domain }}{% url 'users:verifyemail' uidb64=uid token=token %}

Thanks,
{{ site_name }} Team
{% endautoescape %}