templates/cnf_wsp_ptc.html
branchanoop
changeset 106 39b0b9a71778
parent 103 f874ddbd7952
child 165 29e92b23e198
equal deleted inserted replaced
105:2e3fe11a3fcb 106:39b0b9a71778
     9 Although we would be providing laptops, they are subject to availability and will be given on first come first serve basis.<br />
     9 Although we would be providing laptops, they are subject to availability and will be given on first come first serve basis.<br />
    10 Hence we would be glad if you bring your own, if you have one.<br /><br />
    10 Hence we would be glad if you bring your own, if you have one.<br /><br />
    11 Are you bringing your own laptop:<br />
    11 Are you bringing your own laptop:<br />
    12 <form action="?email={{user.email}}" method=post>
    12 <form action="?email={{user.email}}" method=post>
    13 		<ul>
    13 		<ul>
    14 				<li><input type=radio name="lap_status">Yes</li>
    14 				<li><input type=radio name="lap_status" value=True>Yes</li>
    15 				<li><input type=radio name="lap_status">No</li>
    15 				<li><input type=radio name="lap_status" value=False>No</li>
    16 		</ul>
    16 		</ul>
    17 		<input type=submit value="I confirm my participation in the Python workshop" />
    17 		<input type=submit value="I confirm my participation in the Python workshop" />
    18 </form>
    18 </form>
    19 {% endblock %}
    19 {% endblock %}
    20 
    20