# HG changeset patch # User nishanth # Date 1279309657 -19800 # Node ID 92f77f8428e735174bdd3f52da2f24ab435f49a8 # Parent d4a7644e7fe88cc5dbdd5c834c6187cd946a7e82 fixed a typo and improvised the template diff -r d4a7644e7fe8 -r 92f77f8428e7 sdi/views.py --- 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): diff -r d4a7644e7fe8 -r 92f77f8428e7 templates/cnf_sgd_ptc.html --- a/templates/cnf_sgd_ptc.html Sat Jul 17 01:14:36 2010 +0530 +++ b/templates/cnf_sgd_ptc.html Sat Jul 17 01:17:37 2010 +0530 @@ -7,8 +7,8 @@ Thank you for your interest in attending Sage Days.

There are just a few more details we would like to know.
+
Please fill the following details and confirm your participation.
-
{{form.as_p}}