author | nishanth |
Fri, 16 Jul 2010 19:05:11 +0530 | |
branch | anoop |
changeset 112 | 3cf5f668fca5 |
parent 111 | 45f844723b7a |
child 113 | b0c34801022a |
sdi/views.py | file | annotate | diff | comparison | revisions |
--- a/sdi/views.py Fri Jul 16 19:02:14 2010 +0530 +++ b/sdi/views.py Fri Jul 16 19:05:11 2010 +0530 @@ -138,7 +138,8 @@ form = UserSelectForm(user_choices, request.POST) if request.method == "POST" and form.is_valid(): - pass + selected_users = form.cleaned_data['selected_users'] + return render_to_response("sent_wsp_confirm.html", {"selected_users":selected_users}) else: return render_to_response("send_sgd_cnf.html", {"attending":attending_ppl, "not_confirmed":not_confirmed_ppl,