9 lines
211 B
HTML
9 lines
211 B
HTML
{% autoescape off %}
|
|
|
|
Hello {{ name }}.
|
|
|
|
Please verify your email by clicking on the following link.
|
|
Confirmation Link: {{ base_url }}{% url 'users-validate' uidb64=uid token=token %}
|
|
|
|
{% endautoescape %}
|