--- a/templates/cnf_sgd_ptc.html Sat Jul 17 01:17:37 2010 +0530
+++ b/templates/cnf_sgd_ptc.html Sat Jul 17 01:31:12 2010 +0530
@@ -10,7 +10,19 @@
<br />
Please fill the following details and confirm your participation.<br />
<form action="?email={{user.email}}" method=post>
- {{form.as_p}}
+ Will you bring your own laptop for Sage Days 25:
+ <ul><li>Yes <input type="radio" name="has_laptop_for_sagedays" value="Yes" /></li>
+ <li>No <input type="radio" name="has_laptop_for_sagedays" value="No" /></li></ul>
+
+Have you participated in any kind of coding sprints:
+<ul><li>Yes <input type="radio" name="sprinted_already" value="Yes" /></li>
+ <li>No <input type="radio" name="sprinted_already" value="No" /></li></ul>
+
+ <p><label for="id_will_sprint">Will you sprint:</label> <select name="will_sprint" id="id_will_sprint">
+ <option value="3">Will sprint for sure</option>
+ <option value="2">May sprint</option>
+ <option value="1" selected="selected">Not my cup of tea</option>
+ </select></p>
<input type=submit value="I confirm my participation in Sage Days 25" />
</form>
{% endblock %}