{% load i18n %} {% 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 %} {% url 'registration_activate' activation_key as activation_key_url %} {% blocktrans with sitename=site.name sitedomain=site.domain%}

Account registration for {{ sitename }}

You (or someone pretending to be you) have asked to register an account at {{ sitename }}.
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://{{ sitedomain }}{{ activation_key_url }}

Sincerely,
{{ sitename }} Management

{% endblocktrans %}