fixed a small typo anoop
authornishanth
Mon, 26 Jul 2010 20:11:37 +0530
branchanoop
changeset 186 a88fe014f9eb
parent 185 3ab058807ef6
child 187 47282ad1b862
fixed a small typo
sdi/views.py
--- a/sdi/views.py	Mon Jul 26 20:09:10 2010 +0530
+++ b/sdi/views.py	Mon Jul 26 20:11:37 2010 +0530
@@ -183,7 +183,7 @@
     not_selected_ppl = Registrant.objects.filter(registrantinfo__status_of_attending_sagedays ="3", 
                                                  registrantinfo__status_of_accomodation="1")
 
-    user_choices = list(selected_ppl) + list(not_selected_ppl)
+    user_choices = list(rejected_ppl) + list(not_selected_ppl)
     form = SendAccoForm(user_choices, request.POST)
 
     if request.method == "POST" and form.is_valid():