From 572888b12e83153b721015c8d7615fe9781a2028 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Fri, 21 Jan 2011 19:48:33 +0530 Subject: Templates for sending textbook project workshop remainder email. --- .../emailscontent/textbookcompanion_workshop_body.html | 17 +++++++++++++++++ .../textbookcompanion_workshop_subject.html | 1 + 2 files changed, 18 insertions(+) create mode 100644 pytask/templates/emailscontent/textbookcompanion_workshop_body.html create mode 100644 pytask/templates/emailscontent/textbookcompanion_workshop_subject.html diff --git a/pytask/templates/emailscontent/textbookcompanion_workshop_body.html b/pytask/templates/emailscontent/textbookcompanion_workshop_body.html new file mode 100644 index 0000000..801e2a8 --- /dev/null +++ b/pytask/templates/emailscontent/textbookcompanion_workshop_body.html @@ -0,0 +1,17 @@ +Hello {{ name }}, + Thanks for your interest in Textbook Companion Project. We are excited +to work with you on this project. We just want to remind you that Textbook +Companion Project is going to be launched with a on 22nd-23rd Jan, 2011. +The venue for the workshop is CDEEP A1- A2 in the ground floor of Math +Department building. The workshop is starting at 9:00AM. We request you to +be at the venue on time. + +It works best if you can get a laptop along with you. Please make sure +you have the packages required for the workshop installed on your laptop. + +You cat get the information on installation of required packages at: +http://fossee.in/installation-how-to + + +Get ready for the first round of your Donuts!! +- FOSSEE Team diff --git a/pytask/templates/emailscontent/textbookcompanion_workshop_subject.html b/pytask/templates/emailscontent/textbookcompanion_workshop_subject.html new file mode 100644 index 0000000..bb2c682 --- /dev/null +++ b/pytask/templates/emailscontent/textbookcompanion_workshop_subject.html @@ -0,0 +1 @@ +[Textbook Companion Project] Reminder about the workshop and software package requirements -- cgit