templates/attending_wsp.html
author nishanth
Fri, 16 Jul 2010 10:29:25 +0530
branchanoop
changeset 104 7630d7f3613a
child 105 2e3fe11a3fcb
permissions -rw-r--r--
added template for thanking for participation in workshop
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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