# HG changeset patch # User nishanth # Date 1271417768 -19800 # Node ID a76987f54dac4f31a76a4d58ebc1d856ffbf23c8 # Parent cb36fc4f29df66fe7eca5aee398203a1e37c998a changed url in reg events. 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,