project/templates/notifications/activate_mail.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Thu, 18 Nov 2010 19:04:24 +0530
branchpayments
changeset 278 2ea8af6851c9
parent 23 3cb3f853a193
permissions -rw-r--r--
Modify the delegate_remainder function to send mails for the registered user and add content for registration update mail.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
23
3cb3f853a193 Moved ACCOUNT_ACTIVATION_DAYS to settings.py and added name as a template variable.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 22
diff changeset
     1
Hello {{ name }},
22
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
     2
  There has been a delay in activating your account since we were still
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
     3
smoothening the organization details for SciPy.in 2009. Apologies for
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
     4
this. This mail describes the steps to complete the registration process
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
     5
for SciPy.in. Click on the activation link below to activate your account.
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
     6
Also, please note that the activation of your account is simply the
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
     7
first step of the registration process. Read further below for completing
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
     8
the registration process.
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     9
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    10
http://scipy.in/accounts/activate/{{ activation_key }}/
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    11
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    12
  If your email client doesn't support clicking the links, please copy
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    13
paste the above URL in your browser's address bar. If your email client
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    14
wraps the line and the activation URL is broken, then your activation
22
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    15
link can be constructed as follows:
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    16
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    17
http://scipy.in/accounts/activate/<your-activation-key>/
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    18
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    19
Your activation key being:
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    20
{{ activation_key }}
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    21
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    22
NOTE: Please activate your account within next 7 days i.e, before
21
127b772a3af4 Made changes to the activation mail and changed the activation dates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    23
November 18th, 2009. Otherwise your account will be removed from
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    24
our database.
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    25
22
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    26
Also, please note that there is a registration fee of Rs.200 for the
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    27
conference. But there is no registration fee for tutorials and sprint.
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    28
The registration fee for the conference can be paid at the registration
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    29
desk at the venue on the day of conference.
21
127b772a3af4 Made changes to the activation mail and changed the activation dates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    30
127b772a3af4 Made changes to the activation mail and changed the activation dates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    31
Very important: Please login and click on the registration link on the
22
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    32
left panel again. You will be requested for other details. Please fill
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    33
in the relevant details. This information is required for us to conduct
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    34
SciPy smoothly.
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    35
22
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    36
Optionally you can also click on "Edit Profile" link at the top and fill
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    37
in your bio.
1
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    38
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    39
fda1c66b25f9 Added all the files from kiwipycon and the changes made for SciPy.in.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
    40
--
22
2294c71a61ea Made final changes to the mail to be sent.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 21
diff changeset
    41
 Thanks,
21
127b772a3af4 Made changes to the activation mail and changed the activation dates.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 1
diff changeset
    42
 SciPy Team