5 lines
227 B
HTML
5 lines
227 B
HTML
{% autoescape off %}
|
|
<h1>HI {{ user.username }}</h1>
|
|
<h2>Please click on the link to confirm your registration:</h2>
|
|
<a href="http://{{ domain }}/activate/{{ uidb64 }}/{{ token }}"><h2>Confirm Email</h2></a>
|
|
{% endautoescape %} |