added the template to thank for confirming participation anoop
authornishanth
Sat, 17 Jul 2010 02:02:53 +0530
branchanoop
changeset 134 1250e5545240
parent 133 38b7bad92b5b
child 135 f0bc4f5ee0ab
added the template to thank for confirming participation
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.<br /><br />
+Please visit <a href="">Installing Python and other pachages on your distro</a> for instructions on installing software needed for the workshop on your laptop.<br /><br />
+This page can be revisited by clicking on the link that was sent to your mail.
+{% endblock %}
+