reg/events.py
changeset 59 01638380207c
parent 58 a26c82f593f0
child 62 b7e47cc39342
equal deleted inserted replaced
58:a26c82f593f0 59:01638380207c
    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     print message
    62     send_mail(subject, message, "admin@fossee.in", [user.email])
    62     send_mail(subject, message, "admin@fossee.in", [user.email])
    63 
       
    64 
    63 
    65 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):
    66     """ make an event and save it.
    65     """ make an event and save it.
    67     """
    66     """
    68 
    67