From 7e38fd922a8dd4742d09758cd1c94fb0302045d3 Mon Sep 17 00:00:00 2001 From: Parth Buch Date: Tue, 28 Aug 2012 17:03:37 +0530 Subject: Reboot for scipy 2012 --- project/templates/registration/activation_email.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100755 project/templates/registration/activation_email.txt (limited to 'project/templates/registration/activation_email.txt') diff --git a/project/templates/registration/activation_email.txt b/project/templates/registration/activation_email.txt new file mode 100755 index 0000000..170b0f2 --- /dev/null +++ b/project/templates/registration/activation_email.txt @@ -0,0 +1,17 @@ +Hello everyone, + + It looks like you have registered for SciPy.in with this email address. +To confirm your registration please activate your account by clicking on the +link below. + + http://scipy.in/accounts/activate/{{ activation_key }} + +If your browser doesn't support clicking on the link, please copy +paste the URL in your browser's address bar. + +Note: Your activation key is valid only for 7 days. Please activate your account +before that. + +-- + Thanks for registering, + SciPy team -- cgit