branch | anoop |
changeset 125 | 92f77f8428e7 |
parent 124 | d4a7644e7fe8 |
child 126 | 98eb8dc364ba |
--- a/sdi/views.py Sat Jul 17 01:14:36 2010 +0530 +++ b/sdi/views.py Sat Jul 17 01:17:37 2010 +0530 @@ -216,7 +216,7 @@ pass else: form = ParticipantInfoForm(instance=participant_info) - return render_to_response("cnf_sgd_ptc.html", {"user":user}) + return render_to_response("cnf_sgd_ptc.html", {"user":user, "form":form}) def admin_login(request):