diff -r f874ddbd7952 -r 7630d7f3613a templates/attending_wsp.html --- /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 %} +