aboutsummaryrefslogtreecommitdiff
path: root/users/templates/verification_email.html
blob: cd85ab3883f51642e202803f705d6d0cb9669ea1 (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 your email address, please click the link below.
{{ protocol }}{{ domain }}{% url 'users:changeemail' 'verifyemail' uid token %}

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