fixed a bug in events.py. anoop
authoranoop
Thu, 29 Jul 2010 17:40:16 +0530
branchanoop
changeset 195 145053464556
parent 194 b9e7742faa17
child 196 fc5aa00eef42
fixed a bug in events.py.
sdi/events.py
--- a/sdi/events.py	Thu Jul 29 16:02:37 2010 +0530
+++ b/sdi/events.py	Thu Jul 29 17:40:16 2010 +0530
@@ -52,7 +52,7 @@
 
 Sage Days India Team,
 FOSSEE, IIT Bombay.
-    """%(user.first_name.title(), user.last_name.title(), user.id, user.email)
+    """%(user.first_name.title(), user.last_name.title())
 
     message = """
 Dear %s %s,