2017-10-08 20:21:51 +00:00
|
|
|
{% extends 'base_email.html' %}
|
|
|
|
{% block content %}
|
|
|
|
<div align="left">
|
2017-10-31 14:57:26 +00:00
|
|
|
{{user}},<br><br>
|
|
|
|
To activate your account and log in, <a href="https://animalrightsmap.org{% url 'registration_activate' activation_key %}">click here</a>.<br>
|
|
|
|
This link will expire in 7 days so be sure do it soon.<br><br>
|
|
|
|
- Ojuso
|
2017-10-08 20:21:51 +00:00
|
|
|
</div>
|
|
|
|
{% endblock %}
|