fixed another typo anoop
authornishanth
Wed, 21 Jul 2010 17:19:41 +0530
branchanoop
changeset 155 c688c24392bf
parent 154 5cd25b1093ad
child 156 cebb6ffb5f83
fixed another typo
sdi/views.py
--- a/sdi/views.py	Wed Jul 21 17:18:30 2010 +0530
+++ b/sdi/views.py	Wed Jul 21 17:19:41 2010 +0530
@@ -172,7 +172,7 @@
     selected_confirmed_ppl = Registrant.objects.filter(registrantinfo__status_of_attending_sagedays ="3", 
                                                        registrantinfo__status_of_accomodation="3")
     not_selected_ppl = Registrant.objects.filter(registrantinfo__status_of_attending_sagedays ="3", 
-                                                 registrantinfo__status_of_accomodation="4")
+                                                 registrantinfo__status_of_accomodation="1")
 
     user_choices = list(rejected_ppl) + list(selected_not_confirmed_ppl) + list(not_selected_ppl)
     form = UserSelectForm(user_choices, request.POST)