# HG changeset patch # User nishanth # Date 1279712910 -19800 # Node ID 5cd25b1093ad8f1e9e8a55fda997555795f7fb1e # Parent 55f33856913308c5f1e240c70acea46e41d1c289 fixed a typo diff -r 55f338569133 -r 5cd25b1093ad sdi/views.py --- 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, })