diff -r 737ec98cf6df -r 42e2a810e1c8 reg/events.py --- a/reg/events.py Tue Apr 13 12:07:44 2010 +0530 +++ b/reg/events.py Tue Apr 13 14:20:57 2010 +0530 @@ -41,7 +41,7 @@ """ get key from profile and send an email. """ - print user.get_profile().activation_key + print "http://localhost:8000/reg/activate/%s"%user.get_profile().activation_key def create_event(title, description, start_date, stop_date, created_by=None): """ make an event and save it.