diff -r 25f8826bc6e4 -r d979d1bc1c4e sdi/models.py --- a/sdi/models.py Fri Jul 23 17:48:02 2010 +0530 +++ b/sdi/models.py Mon Jul 26 17:38:50 2010 +0530 @@ -56,8 +56,7 @@ ("0", "Does not need a workshop")) ACCO_CHOICES = (("4", "Has requested but request has been rejected"), - ("3", "Has been given accomodation and has confirmed the stay"), - ("2", "Has been given acco but not confirmed yet"), + ("3", "Has been given accomodation"), ("1", "Has requested for accomodation"), ("0", "Does not need acco"))