Added templates required for sending activation email
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 09:47:29 +0530
changeset 257 46e07d429ea1
parent 256 718b7b0309f1
child 258 0e8d0f5474f2
Added templates required for sending activation email
templates/registration/activation_email.txt
templates/registration/activation_email_subject.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
--- /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!