author | nishanth |
Sat, 17 Jul 2010 02:02:53 +0530 | |
branch | anoop |
changeset 134 | 1250e5545240 |
child 135 | f0bc4f5ee0ab |
permissions | -rw-r--r-- |
134
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
1 |
{% extends 'base.html' %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
2 |
{% block title %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
3 |
Thankyou |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
4 |
{% endblock %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
5 |
{% block content %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
6 |
Thank you for confirming your participation in Sage Days.<br /><br /> |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
7 |
Please visit <a href="">Installing Python and other pachages on your distro</a> for instructions on installing software needed for the workshop on your laptop.<br /><br /> |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
8 |
This page can be revisited by clicking on the link that was sent to your mail. |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
9 |
{% endblock %} |
1250e5545240
added the template to thank for confirming participation
nishanth
parents:
diff
changeset
|
10 |