reg/events.py
changeset 84 bb6a1bd4b3f8
parent 81 a76987f54dac
child 98 1af134a1e53d
equal deleted inserted replaced
83:b8f6bc32d8f7 84:bb6a1bd4b3f8
    56     If you have not registered at fossee, please ignore this mail.
    56     If you have not registered at fossee, please ignore this mail.
    57 
    57 
    58     Regards,
    58     Regards,
    59     FOSSEE Team
    59     FOSSEE Team
    60     """%(user.get_full_name(), activation_link)
    60     """%(user.get_full_name(), activation_link)
    61     print message
    61 
    62     send_mail(subject, message, "admin@fossee.in", [user.email])
    62     send_mail(subject, message, "admin@fossee.in", [user.email])
    63 
    63 
    64 def create_event(title, description, start_date, stop_date, venue, created_by=None):
    64 def create_event(title, description, start_date, stop_date, venue, created_by=None):
    65     """ make an event and save it.
    65     """ make an event and save it.
    66     """
    66     """