From f8820abf55c09ecfbbf5158c33540a00580df1c3 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 3 Aug 2011 20:53:40 +0530 Subject: [PATCH] activation email --- itf/templates/registration/activation_email.txt | 2 +- itf/templates/registration/registration_complete.html | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/itf/templates/registration/activation_email.txt b/itf/templates/registration/activation_email.txt index 60e6528..3594c80 100644 --- a/itf/templates/registration/activation_email.txt +++ b/itf/templates/registration/activation_email.txt @@ -1 +1 @@ -Please activate your registration. How, remains a mystery. +Please activate your registration by clicking on this link: http://theatreforum.in/accounts/activate/{{ activation_key }}/ diff --git a/itf/templates/registration/registration_complete.html b/itf/templates/registration/registration_complete.html index a89ef48..ff8edd0 100644 --- a/itf/templates/registration/registration_complete.html +++ b/itf/templates/registration/registration_complete.html @@ -1,5 +1,7 @@ {% extends 'registration/register_base.html' %} {% block reg_content %} - Registered. + Thanks for registering!
+ You will be sent an activation link at the email address you provided.
+ Please click on it to complete the registration process. {% endblock %}