--- a/sdi/models.py Wed Jul 21 14:32:57 2010 +0530
+++ b/sdi/models.py Wed Jul 21 16:57:17 2010 +0530
@@ -28,7 +28,6 @@
("8", "Combinatorics and Graph Theory"),
)
-
LIKELINESS_CHOICES = (('5', "Will attend at any cost"),
('4', "Will attend most probably"),
('3', "Unsure of attending"),
@@ -56,7 +55,8 @@
("1", "Has requested for a workshop"),
("0", "Does not need a workshop"))
-ACCO_CHOICES = (("3", "Has been given accomodation and has confirmed the stay"),
+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"),
("1", "Has requested for accomodation"),
("0", "Does not need acco"))