{% comment %} This template is used for the html alternative of the activation email if you use a django-registration backend that looks for it. e.g. https://github.com/huseyinyilmaz/django-registration-extended-backend {% endcomment %}

Account registration for {{ site.name }}

You (or someone pretending to be you) have asked to register an account at {{ site.name }}.
If this wasn't you, please ignore this email and your address will be removed from our records.

To activate this account, please click the following link within the next {{ expiration_days }} days:
http://{{site.domain}}{% url 'registration_activate' activation_key %}

Sincerely,
{{ site.name }} Management