39eb5e992e
drop python 2.6 (not supported by django any more) switch from django-registration (dead and broken) to django-registration-redux, fix issue #116 remove south dependency (and south migrations) create new initial migration with django's builtin migrations update docs
12 lines
421 B
Plaintext
12 lines
421 B
Plaintext
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:
|
|
|
|
{{ request.scheme }}://{{ site.domain }}{% url 'registration_activate' activation_key %}
|
|
|
|
Sincerely,
|
|
{{ site.name }} Management
|