pytask/templates/registration/activation_email.txt
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 18 Jan 2011 15:36:07 +0530
changeset 462 f333bb6a79c7
parent 317 cc5b6f4ed823
permissions -rw-r--r--
Fix the site template variable used in the email for registrants.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
317
cc5b6f4ed823 prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents: 307
diff changeset
     1
Welcome to PyTasks
cc5b6f4ed823 prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents: 307
diff changeset
     2
cc5b6f4ed823 prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents: 307
diff changeset
     3
You are just a step away from using the website.
257
46e07d429ea1 Added templates required for sending activation email
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     4
462
f333bb6a79c7 Fix the site template variable used in the email for registrants.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 317
diff changeset
     5
Click on the following link:
f333bb6a79c7 Fix the site template variable used in the email for registrants.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 317
diff changeset
     6
http://{{ site.domain }}/accounts/activate/{{activation_key}} to activate your account.
317
cc5b6f4ed823 prettified the registration templates
Nishanth Amuluru <nishanth@fossee.in>
parents: 307
diff changeset
     7
257
46e07d429ea1 Added templates required for sending activation email
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     8
Note that the account has to activated within {{expiration_days}} days
46e07d429ea1 Added templates required for sending activation email
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
     9
46e07d429ea1 Added templates required for sending activation email
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
    10
Regards,
46e07d429ea1 Added templates required for sending activation email
Nishanth Amuluru <nishanth@fossee.in>
parents:
diff changeset
    11
PyTasks Team