templates/cnf_sgd_ptc.html
branchanoop
changeset 127 464b9fad6cb8
parent 126 98eb8dc364ba
child 128 16b3557b4260
equal deleted inserted replaced
126:98eb8dc364ba 127:464b9fad6cb8
     9 There are just a few more details we would like to know.<br />
     9 There are just a few more details we would like to know.<br />
    10 <br />
    10 <br />
    11 Please fill the following details and confirm your participation.<br />
    11 Please fill the following details and confirm your participation.<br />
    12 <form action="?email={{user.email}}" method=post>
    12 <form action="?email={{user.email}}" method=post>
    13 		Will you bring your own laptop for Sage Days 25:
    13 		Will you bring your own laptop for Sage Days 25:
    14 		<ul><li>Yes <input type="radio" name="has_laptop_for_sagedays" value="Yes" /></li>
    14 		<ul><li><input type="radio" name="has_laptop_for_sagedays" value="Yes" /> Yes </li>
    15 		<li>No <input type="radio" name="has_laptop_for_sagedays" value="No" /></li></ul>
    15 		<li><input type="radio" name="has_laptop_for_sagedays" value="No" /> No </li></ul>
    16 
    16 
    17 Have you participated in any kind of coding sprints:
    17 Have you participated in any kind of coding sprints:
    18 <ul><li>Yes <input type="radio" name="sprinted_already" value="Yes" /></li>
    18 <ul><li><input type="radio" name="sprinted_already" value="Yes" /> Yes </li>
    19 		<li>No <input type="radio" name="sprinted_already" value="No" /></li></ul>
    19 		<li><input type="radio" name="sprinted_already" value="No" /> No </li></ul>
    20 
    20 
    21 		<p><label for="id_will_sprint">Will you sprint:</label> <select name="will_sprint" id="id_will_sprint">
    21 		<p><label for="id_will_sprint">Will you sprint:</label> <select name="will_sprint" id="id_will_sprint">
    22 				<option value="3">Will sprint for sure</option>
    22 				<option value="3">Will sprint for sure</option>
    23 				<option value="2">May sprint</option>
    23 				<option value="2">May sprint</option>
    24 				<option value="1" selected="selected">Not my cup of tea</option>
    24 				<option value="1" selected="selected">Not my cup of tea</option>