# HG changeset patch # User nishanth # Date 1279287134 -19800 # Node ID 45f844723b7a0bb8b893b0e6e20a92deaa0bfc3c # Parent 01b5184402c8460b4698533fda32dccf68fbb59a fixed a bug diff -r 01b5184402c8 -r 45f844723b7a sdi/views.py --- a/sdi/views.py Fri Jul 16 19:01:26 2010 +0530 +++ b/sdi/views.py Fri Jul 16 19:02:14 2010 +0530 @@ -140,7 +140,7 @@ if request.method == "POST" and form.is_valid(): pass else: - render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, + return render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, "not_confirmed":not_confirmed_ppl, "not_selected":not_selected_ppl, })