changed url in reg events.
authornishanth
Fri, 16 Apr 2010 17:06:08 +0530
changeset 81 a76987f54dac
parent 80 cb36fc4f29df
child 82 b144e1da529d
changed url in reg events.
reg/events.py
--- a/reg/events.py	Fri Apr 16 17:04:41 2010 +0530
+++ b/reg/events.py	Fri Apr 16 17:06:08 2010 +0530
@@ -41,7 +41,7 @@
     """ get key from profile and send an email.
     """
 
-    activation_link = "http://localhost:8000/reg/activate/%s"%user.get_profile().activation_key
+    activation_link = "http://fossee.in/workshop/registration/activate/%s"%user.get_profile().activation_key
     subject = "Activate your account"
     message = """
     Dear %s,