komap_backup/backend/templates/email_activtion.html
2020-11-28 13:26:37 +05:00

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 %}