# HG changeset patch # User Madhusudan.C.S # Date 1295345167 -19800 # Node ID f333bb6a79c7c9d6d15c774629b1e3c00995f69a # Parent 7f29756a863baeb4b4e1c607932d0aaeda7888f8 Fix the site template variable used in the email for registrants. diff -r 7f29756a863b -r f333bb6a79c7 pytask/templates/registration/activation_email.txt --- 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