diff --git a/nsupdate/accounts/templates/registration/activation_email.html b/nsupdate/accounts/templates/registration/activation_email.html deleted file mode 100644 index 6960ded..0000000 --- a/nsupdate/accounts/templates/registration/activation_email.html +++ /dev/null @@ -1,26 +0,0 @@ -{% load i18n %}{% load bootstrap %} -{% 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 requestscheme=request.scheme %}
-
-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:
-{{ requestscheme }}://{{ sitedomain }}{{ activation_key_url }}
-
-Sincerely,
-{{ sitename }} Management
-