# HG changeset patch
# User Nishanth Amuluru <nishanth@fossee.in>
# Date 1294373849 -19800
# Node ID 46e07d429ea1737070e6c3fdcc1e016953d09e7b
# Parent  718b7b0309f174e79f98209c365867d94c51ecae
Added templates required for sending activation email

diff -r 718b7b0309f1 -r 46e07d429ea1 templates/registration/activation_email.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/registration/activation_email.txt	Fri Jan 07 09:47:29 2011 +0530
@@ -0,0 +1,9 @@
+Welcome to PyTasks:
+
+Click on the following link 
+http://{% url site %}/accounts/activate/{{activation_key}}
+and activate your account.
+Note that the account has to activated within {{expiration_days}} days
+
+Regards,
+PyTasks Team
diff -r 718b7b0309f1 -r 46e07d429ea1 templates/registration/activation_email_subject.txt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/registration/activation_email_subject.txt	Fri Jan 07 09:47:29 2011 +0530
@@ -0,0 +1,1 @@
+Welcome to PyTasks!