reg/events.py
changeset 81 a76987f54dac
parent 62 b7e47cc39342
child 84 bb6a1bd4b3f8
--- 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,