author | nishanth |
Fri, 16 Jul 2010 10:29:25 +0530 | |
branch | anoop |
changeset 104 | 7630d7f3613a |
child 105 | 2e3fe11a3fcb |
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 %} |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
6 |
Thank you for confirming your participation in the Python workshop. |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
7 |
{% endblock %} |
7630d7f3613a
added template for thanking for participation in workshop
nishanth
parents:
diff
changeset
|
8 |