summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMadhusudan.C.S2011-01-18 15:36:07 +0530
committerMadhusudan.C.S2011-01-18 15:36:07 +0530
commitefbee279860da496133fa809d86d599b800b3639 (patch)
treeb7d035aec7e50e29c7227a5638b6edc811778a66
parent24b2cb2b65f2001bc8af02faab24bdd1c7df7e42 (diff)
downloadpytask-efbee279860da496133fa809d86d599b800b3639.tar.gz
pytask-efbee279860da496133fa809d86d599b800b3639.tar.bz2
pytask-efbee279860da496133fa809d86d599b800b3639.zip
Fix the site template variable used in the email for registrants.
-rw-r--r--pytask/templates/registration/activation_email.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/pytask/templates/registration/activation_email.txt b/pytask/templates/registration/activation_email.txt
index bbe6357..8d2bc89 100644
--- a/pytask/templates/registration/activation_email.txt
+++ b/pytask/templates/registration/activation_email.txt
@@ -2,8 +2,8 @@ Welcome to PyTasks
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