# HG changeset patch # User nishanth # Date 1279310472 -19800 # Node ID 98eb8dc364bae73c2ceefb8bf0f60fa68af16c92 # Parent 92f77f8428e735174bdd3f52da2f24ab435f49a8 now form is not rendered via form.as_p diff -r 92f77f8428e7 -r 98eb8dc364ba sdi/views.py --- a/sdi/views.py Sat Jul 17 01:17:37 2010 +0530 +++ b/sdi/views.py Sat Jul 17 01:31:12 2010 +0530 @@ -215,8 +215,7 @@ if request.method == "POST": pass else: - form = ParticipantInfoForm(instance=participant_info) - return render_to_response("cnf_sgd_ptc.html", {"user":user, "form":form}) + return render_to_response("cnf_sgd_ptc.html", {"user":user}) def admin_login(request): diff -r 92f77f8428e7 -r 98eb8dc364ba templates/cnf_sgd_ptc.html --- 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 @@
Please fill the following details and confirm your participation.
- {{form.as_p}} + Will you bring your own laptop for Sage Days 25: + + +Have you participated in any kind of coding sprints: + + +

{% endblock %}