templates/cnf_sgd_ptc.html
branchanoop
changeset 141 ee39807aa6c8
parent 130 384049c3bcb8
equal deleted inserted replaced
139:7eaaecef80f6 141:ee39807aa6c8
    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 <br />
    12 <br />
    13 <form action="?email={{user.email}}" method=post>
    13 <form action="?email={{user.email}}" method=post>
    14 		Will you bring your own laptop for Sage Days 25:
    14 		Will you bring your own laptop for Sage Days 25:
       
    15 
    15 		<ul><li><input type="radio" name="has_laptop_for_sagedays" value="Yes" /> Yes </li>
    16 		<ul><li><input type="radio" name="has_laptop_for_sagedays" value="Yes" /> Yes </li>
    16 		<li><input type="radio" name="has_laptop_for_sagedays" value="No" /> No </li></ul>
    17 		<li><input type="radio" name="has_laptop_for_sagedays" value="No" /> No </li></ul>
    17 
    18 
    18 Have you participated in any kind of coding sprints:
    19 		<p><label for="id_will_sprint">Will you sprint:     
    19 <ul><li><input type="radio" name="sprinted_already" value="Yes" /> Yes </li>
    20            <sup><a href="/sage_days/what_is_sprint">What is a sprint</a></sup><br /></label> <select name="will_sprint" id="id_will_sprint">
    20 		<li><input type="radio" name="sprinted_already" value="No" /> No </li></ul>
       
    21 
       
    22 		<p><label for="id_will_sprint">Will you sprint:</label> <select name="will_sprint" id="id_will_sprint">
       
    23 				<option value="3">Will sprint for sure</option>
    21 				<option value="3">Will sprint for sure</option>
    24 				<option value="2">May sprint</option>
    22 				<option value="2">May sprint</option>
    25 				<option value="1" selected="selected">Not my cup of tea</option>
    23 				<option value="1" selected="selected">Not my cup of tea</option>
    26 		</select></p>
    24 		</select></p>
       
    25 
       
    26 Have you participated in any kind of coding sprints:
       
    27 
       
    28 <ul><li><input type="radio" name="sprinted_already" value="Yes" /> Yes </li>
       
    29 		<li><input type="radio" name="sprinted_already" value="No" /> No </li></ul>
    27 <input type=submit value="I confirm my participation in Sage Days 25" />
    30 <input type=submit value="I confirm my participation in Sage Days 25" />
    28 </form>
    31 </form>
    29 {% endblock %}
    32 {% endblock %}
    30 
    33