author | nishanth |
Wed, 21 Jul 2010 12:57:58 +0530 | |
branch | anoop |
changeset 150 | c5afcbaab4e6 |
parent 105 | 2e3fe11a3fcb |
child 166 | 834ba122d475 |
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 /> |
2e3fe11a3fcb
included the link to instructions for installation on thankyou template
nishanth
parents:
104
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 /> |
2e3fe11a3fcb
included the link to instructions for installation on thankyou template
nishanth
parents:
104
diff
changeset
|
8 |
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
|
9 |
{% endblock %} |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
10 |