author | nishanth |
Fri, 27 Aug 2010 14:09:04 +0530 | |
branch | anoop |
changeset 233 | c5df028e4438 |
parent 169 | f009240aae14 |
permissions | -rw-r--r-- |
104
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
2 |
{% block title %} |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
3 |
Thankyou |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
4 |
{% endblock %} |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
5 |
{% block content %} |
105
2e3fe11a3fcb
included the link to instructions for installation on thankyou template
nishanth
parents:
104
diff
changeset
|
6 |
Thank you for confirming your participation in the Python workshop.<br /><br /> |
167
d2de9a79cada
updated the tankyou for wsp participation template
nishanth
parents:
166
diff
changeset
|
7 |
|
169 | 8 |
<strong>Workshop Details:</strong> |
9 |
<br /><br /> |
|
167
d2de9a79cada
updated the tankyou for wsp participation template
nishanth
parents:
166
diff
changeset
|
10 |
Date: 31 July, 2010<br /> |
168 | 11 |
Duration: 9:00 AM - 6:00 PM<br /> |
167
d2de9a79cada
updated the tankyou for wsp participation template
nishanth
parents:
166
diff
changeset
|
12 |
Venue: CFD Lab, Aero Annex, Aerospace Dept, IITB<br /><br /> |
d2de9a79cada
updated the tankyou for wsp participation template
nishanth
parents:
166
diff
changeset
|
13 |
|
169 | 14 |
<strong>Please be there at the venue, by 8:30 AM.</strong><br /><br /> |
15 |
Please visit <a href="http://fossee.in/installation-how-to">Installation how-to</a> for instructions on installing software needed for the workshop, on your laptop.<br /><br /> |
|
168 | 16 |
|
169 | 17 |
If someone has not registered for Sage Days or not requested a workshop but is interested in attending, drop a mail to sagedays@fossee.in and we will be happy to have them also at the workshop. |
18 |
<br /><br /> |
|
105
2e3fe11a3fcb
included the link to instructions for installation on thankyou template
nishanth
parents:
104
diff
changeset
|
19 |
This page can be revisited by clicking on the link that was sent to your mail. |
104
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
20 |
{% endblock %} |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
21 |