sdi/views.py
branchanoop
changeset 126 98eb8dc364ba
parent 125 92f77f8428e7
child 128 16b3557b4260
--- 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):