templates/attending_wsp.html
branchanoop
changeset 104 7630d7f3613a
child 105 2e3fe11a3fcb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/attending_wsp.html	Fri Jul 16 10:29:25 2010 +0530
@@ -0,0 +1,8 @@
+{% extends 'base.html' %}
+{% block title %}
+Thankyou
+{% endblock %}
+{% block content %}
+Thank you for confirming your participation in the Python workshop.
+{% endblock %}
+