diff -r cb36fc4f29df -r a76987f54dac 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,