the workshop participation confirmation page is complete anoop
authornishanth
Fri, 16 Jul 2010 10:24:01 +0530
branchanoop
changeset 103 f874ddbd7952
parent 102 ef0012eb7695
child 104 7630d7f3613a
the workshop participation confirmation page is complete
templates/cnf_wsp_ptc.html
--- a/templates/cnf_wsp_ptc.html	Fri Jul 16 10:16:53 2010 +0530
+++ b/templates/cnf_wsp_ptc.html	Fri Jul 16 10:24:01 2010 +0530
@@ -1,18 +1,20 @@
 {% extends 'base.html' %}
 {% block title %}
+Confirm Participation in Python Workshop
 {% endblock %}
 {% block content %}
-Dear {{user}}
+Dear {{user}}, <br /> <br />
 Thank you for your interest in Python workshop.
 <br /> <br />
-Although we would be providing laptops for limited no.of participants, we would be glad if you bring your own.<br />
+Although we would be providing laptops, they are subject to availability and will be given on first come first serve basis.<br />
+Hence we would be glad if you bring your own, if you have one.<br /><br />
 Are you bringing your own laptop:<br />
 <form action="?email={{user.email}}" method=post>
 		<ul>
 				<li><input type=radio name="lap_status">Yes</li>
 				<li><input type=radio name="lap_status">No</li>
 		</ul>
-		<input type=submit value="I am attending the Python workshop" />
+		<input type=submit value="I confirm my participation in the Python workshop" />
 </form>
 {% endblock %}