Fix the site template variable used in the email for registrants.
--- a/pytask/templates/registration/activation_email.txt Tue Jan 18 14:54:24 2011 +0530
+++ b/pytask/templates/registration/activation_email.txt Tue Jan 18 15:36:07 2011 +0530
@@ -2,8 +2,8 @@
You are just a step away from using the website.
-Click on the following link
-http://{site}}/accounts/activate/{{activation_key}} to activate your account.
+Click on the following link:
+http://{{ site.domain }}/accounts/activate/{{activation_key}} to activate your account.
Note that the account has to activated within {{expiration_days}} days