sdi/models.py
branchanoop
changeset 174 d979d1bc1c4e
parent 152 86bfdb64edb5
child 213 ffe5ef840fde
--- 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"))