reg/events.py
changeset 23 42e2a810e1c8
parent 20 9354ef8119c6
child 43 757d1da69255
--- 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.