templates/cnf_sgd_ptc.html
branchanoop
changeset 126 98eb8dc364ba
parent 125 92f77f8428e7
child 127 464b9fad6cb8
equal deleted inserted replaced
125:92f77f8428e7 126:98eb8dc364ba
     8 <br /> <br />
     8 <br /> <br />
     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 		{{form.as_p}}
    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>
       
    15 		<li>No <input type="radio" name="has_laptop_for_sagedays" value="No" /></li></ul>
       
    16 
       
    17 Have you participated in any kind of coding sprints:
       
    18 <ul><li>Yes <input type="radio" name="sprinted_already" value="Yes" /></li>
       
    19 		<li>No <input type="radio" name="sprinted_already" value="No" /></li></ul>
       
    20 
       
    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>
       
    23 				<option value="2">May sprint</option>
       
    24 				<option value="1" selected="selected">Not my cup of tea</option>
       
    25 		</select></p>
    14 <input type=submit value="I confirm my participation in Sage Days 25" />
    26 <input type=submit value="I confirm my participation in Sage Days 25" />
    15 </form>
    27 </form>
    16 {% endblock %}
    28 {% endblock %}
    17 
    29