# HG changeset patch
# User nishanth
# Date 1279312373 -19800
# Node ID 1250e554524004c9e98ed6ae9e883a59d308a34a
# Parent 38b7bad92b5bbff617af6c65c58c5f5f13fbe63b
added the template to thank for confirming participation
diff -r 38b7bad92b5b -r 1250e5545240 templates/attending_sgd.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/attending_sgd.html Sat Jul 17 02:02:53 2010 +0530
@@ -0,0 +1,10 @@
+{% extends 'base.html' %}
+{% block title %}
+Thankyou
+{% endblock %}
+{% block content %}
+Thank you for confirming your participation in Sage Days.
+Please visit Installing Python and other pachages on your distro for instructions on installing software needed for the workshop on your laptop.
+This page can be revisited by clicking on the link that was sent to your mail.
+{% endblock %}
+