fixed a typo anoop
authornishanth
Sat, 17 Jul 2010 00:27:48 +0530
branchanoop
changeset 119 eecbb1e59a3a
parent 118 6c3602582f9f
child 121 269ce2dfd428
fixed a typo
sdi/events.py
--- a/sdi/events.py	Sat Jul 17 00:26:16 2010 +0530
+++ b/sdi/events.py	Sat Jul 17 00:27:48 2010 +0530
@@ -55,9 +55,9 @@
 
 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(), user.id, user.email)
 
-    send_mail(subject, message, "sagedays@fossee.in", [email])
+    send_mail(subject, message, "sagedays@fossee.in", [user.email])
 
 def mail_invi(to_emails):
     """ send the invitation email to given email addresses.