diff options
author | Madhusudan.C.S | 2009-11-11 12:55:39 +0530 |
---|---|---|
committer | Madhusudan.C.S | 2009-11-11 12:55:39 +0530 |
commit | 8cdd6e4938822b18384aab2396004ba221a33953 (patch) | |
tree | 753b836002682ddb021874e7ab85ccaca3a86c6c /project | |
parent | 459090321781b63910b5e410b5f2370eb60dd5e1 (diff) | |
download | scipycon-8cdd6e4938822b18384aab2396004ba221a33953.tar.gz scipycon-8cdd6e4938822b18384aab2396004ba221a33953.tar.bz2 scipycon-8cdd6e4938822b18384aab2396004ba221a33953.zip |
Made changes to the activation mail and changed the activation dates.
Diffstat (limited to 'project')
-rw-r--r-- | project/production.py | 2 | ||||
-rw-r--r-- | project/templates/notifications/activate_mail.html | 25 |
2 files changed, 18 insertions, 9 deletions
diff --git a/project/production.py b/project/production.py index 1104c24..6a91665 100644 --- a/project/production.py +++ b/project/production.py @@ -29,6 +29,8 @@ INSTALLED_APPS = ( 'registration', ) +ACCOUNT_ACTIVATION_DAYS = 55 + DATABASE_ENGINE = 'mysql' DATABASE_NAME = 'conference2009' DATABASE_USER = 'root' diff --git a/project/templates/notifications/activate_mail.html b/project/templates/notifications/activate_mail.html index 7897fc4..10b7db8 100644 --- a/project/templates/notifications/activate_mail.html +++ b/project/templates/notifications/activate_mail.html @@ -1,8 +1,11 @@ Hello everyone, We have not activated your account till now since were still in the process of finalizing the ideas for SciPy.in 2009 and the smoothing out -the organization details. This mail is an activation mail. Click on the -link below to activate your account. +the organization details. This mail describes the steps to complete the +registration process for SciPy.in. Click on the activation link below to +activate your account. Also please note the registration process is not +complete by just activating your account. Read further below for +completing the registration process. http://scipy.in/accounts/activate/{{ activation_key }}/ @@ -17,14 +20,18 @@ Your activation key being: {{ activation_key }} NOTE: Please activate your account within next 7 days i.e, before -October 26th, 2009. Otherwise your account will be removed from +November 18th, 2009. Otherwise your account will be removed from our database. -Very important: The registration process is not complete yet. Once you -activate your account you will be able to login on the site. Please login -and click on the registration link at the left panel again. You will be -presented with other details. Please fill in the relevant details. This -information is very much required for us to conduct SciPy very smoothly. +There is a registration fee of Rs.200 for the conference. But there is +no registration fee for tutorials and sprint. The registration fee for +the conference can be paid at the venue at the registration desk at +the venue on the day of conference. + +Very important: Please login and click on the registration link on the +left panel again. You will be presented with other details. Please fill +in the relevant details. This information is very much required for us +to conduct SciPy very smoothly. Optionally you can also click on Edit Profile link at the top and fill in your bio. @@ -32,4 +39,4 @@ your bio. -- Thanks for understanding, - FOSSEE Team + SciPy Team |