templates/cnf_sgd_ptc.html
branchanoop
changeset 120 f9408ab30ace
child 125 92f77f8428e7
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/cnf_sgd_ptc.html	Sat Jul 17 01:01:29 2010 +0530
@@ -0,0 +1,17 @@
+{% extends 'base.html' %}
+{% block title %}
+Confirm Participation in Sage Days
+{% endblock %}
+{% block content %}
+Dear {{user}}, <br /> <br />
+Thank you for your interest in attending Sage Days.
+<br /> <br />
+There are just a few more details we would like to know.<br />
+Please fill the following details and confirm your participation.<br />
+<br />
+<form action="?email={{user.email}}" method=post>
+		{{form.as_p}}
+<input type=submit value="I confirm my participation in Sage Days 25" />
+</form>
+{% endblock %}
+