diff options
-rw-r--r-- | pytask/templates/registration/activation_email.txt | 4 |
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 |