author | nishanth |
Fri, 16 Apr 2010 17:40:57 +0530 | |
changeset 84 | bb6a1bd4b3f8 |
parent 83 | b8f6bc32d8f7 |
child 85 | eb7c03eb3bb4 |
reg/events.py | file | annotate | diff | comparison | revisions |
--- a/reg/events.py Fri Apr 16 17:11:47 2010 +0530 +++ b/reg/events.py Fri Apr 16 17:40:57 2010 +0530 @@ -58,7 +58,7 @@ Regards, FOSSEE Team """%(user.get_full_name(), activation_link) - print message + send_mail(subject, message, "admin@fossee.in", [user.email]) def create_event(title, description, start_date, stop_date, venue, created_by=None):