8 lines
245 B
HTML
8 lines
245 B
HTML
{% autoescape off %}
|
|
Hi {{ user.username }},
|
|
Please click on the link to confirm your registration,
|
|
|
|
http://{{ domain }}{% url 'useractivate' uidb64=uid token=token %}
|
|
If you think, it's not you, then just ignore this email.
|
|
{% endautoescape %}
|