sdi/events.py
branchanoop
changeset 137 02a5304a2c5f
parent 119 eecbb1e59a3a
child 148 f986e4fee615
equal deleted inserted replaced
136:b68ff7095ca5 137:02a5304a2c5f
    29 FOSSEE, IIT Bombay.
    29 FOSSEE, IIT Bombay.
    30     """%(first_name.title(), last_name.title())
    30     """%(first_name.title(), last_name.title())
    31 
    31 
    32     send_mail(subject, message, "sagedays@fossee.in", [email])
    32     send_mail(subject, message, "sagedays@fossee.in", [email])
    33 
    33 
    34 def send_wsp_ptc_confirm(user):
    34 def send_sgd_ptc_confirm(user):
    35     """ send a mail telling that you have been selected to attend sage days.
    35     """ send a mail telling that you have been selected to attend sage days.
    36     """
    36     """
    37 
    37 
    38     subject = "Sage Days 25, India - Selected for participation"
    38     subject = "Sage Days 25, India - Selected for participation"
    39 
    39