templates/cnf_wsp_ptc.html
branchanoop
changeset 106 39b0b9a71778
parent 103 f874ddbd7952
child 165 29e92b23e198
--- a/templates/cnf_wsp_ptc.html	Fri Jul 16 10:34:35 2010 +0530
+++ b/templates/cnf_wsp_ptc.html	Fri Jul 16 10:39:55 2010 +0530
@@ -11,8 +11,8 @@
 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>
+				<li><input type=radio name="lap_status" value=True>Yes</li>
+				<li><input type=radio name="lap_status" value=False>No</li>
 		</ul>
 		<input type=submit value="I confirm my participation in the Python workshop" />
 </form>