--- a/sdi/events.py Sun Jun 06 01:26:59 2010 +0530
+++ b/sdi/events.py Sun Jun 06 01:31:03 2010 +0530
@@ -7,24 +7,24 @@
subject = "Sage Days India 25 - Registration"
message = """
- Dear %s %s,
+Dear %s %s,
- Thank you for registering on Sage Days 25, India. Since we have limited number of seats we will be mailing you the status of your registration shortly.
- Meanwhile you may join the Sage Days mailing list/group at [http://groups.google.com/group/sagedays25].
+Thank you for registering on Sage Days 25, India. Since we have limited number of seats we will be mailing you the status of your registration shortly.
+Meanwhile you may join the Sage Days mailing list/group at [http://groups.google.com/group/sagedays25].
- Registration Fee:
- There is a registration fee of Rs.200/- and it can be paid on reporting at the conference.
+Registration Fee:
+There is a registration fee of Rs.200/- and it can be paid on reporting at the conference.
- Accommodation:
- The accommodation for delegates is limited and hence you shall be notified on the status of your accommodation(if required) soon.
+Accommodation:
+The accommodation for delegates is limited and hence you shall be notified on the status of your accommodation(if required) soon.
- Queries:
- Feel free to contact us at sagedays@fossee.in for any queries.
+Queries:
+Feel free to contact us at sagedays@fossee.in for any queries.
- Thanking you,
+Thanking you,
- Sage Days India Team,
- FOSSEE, IIT Bombay.
+Sage Days India Team,
+FOSSEE, IIT Bombay.
"""%(first_name.title(), last_name.title())
send_mail(subject, message, "sagedays@fossee.in", [email])