branch | anoop |
changeset 154 | 5cd25b1093ad |
parent 153 | 55f338569133 |
child 155 | c688c24392bf |
--- a/sdi/views.py Wed Jul 21 17:16:50 2010 +0530 +++ b/sdi/views.py Wed Jul 21 17:18:30 2010 +0530 @@ -183,7 +183,7 @@ return render_to_response("send_acco_cnf.html", {"rejected": rejected_ppl, "selected_not_confirmed":selected_not_confirmed_ppl, "selected_confirmed":selected_confirmed_ppl, - "not_selected":not_confirmed_ppl, + "not_selected":not_selected_ppl, })