Private
Public Access
1
0
Files
rowsandall/rowers/templates/acc_activate_email.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 %}