diff options
author | Madhusudan.C.S | 2009-11-11 15:36:08 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-11 15:36:08 +0530 |
commit | fbb498fac2f433176813af484892d2c1c389836d (patch) | |
tree | 4cbc9b663798d3ab6ea697f5d5aef815d2171e79 /project/templates/notifications | |
parent | 100f5168926a99ce7067c89e025766499b448664 (diff) | |
download | scipycon-fbb498fac2f433176813af484892d2c1c389836d.tar.gz scipycon-fbb498fac2f433176813af484892d2c1c389836d.tar.bz2 scipycon-fbb498fac2f433176813af484892d2c1c389836d.zip |
Moved ACCOUNT_ACTIVATION_DAYS to settings.py and added name as a template variable.
Diffstat (limited to 'project/templates/notifications')
-rw-r--r-- | project/templates/notifications/activate_mail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project/templates/notifications/activate_mail.html b/project/templates/notifications/activate_mail.html index 53e8cde..ea4d54a 100644 --- a/project/templates/notifications/activate_mail.html +++ b/project/templates/notifications/activate_mail.html @@ -1,4 +1,4 @@ -Hello everyone, +Hello {{ name }}, There has been a delay in activating your account since we were still smoothening the organization details for SciPy.in 2009. Apologies for this. This mail describes the steps to complete the registration process |