From 7dfff0e44c132cca916353aac754e23df95884d2 Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Sun, 14 Nov 2010 00:39:59 +0530 Subject: Removed other from sex selection choices for Registration accommodation form. --- project/scipycon/registration/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/project/scipycon/registration/models.py b/project/scipycon/registration/models.py index 70e7d04..8c78fff 100644 --- a/project/scipycon/registration/models.py +++ b/project/scipycon/registration/models.py @@ -28,7 +28,6 @@ OCCUPATION_CHOICES = ( SEX_CHOICES = ( ('Male', 'Male'), ('Female', 'Female'), - ('Other', 'Other') ) class Wifi(base_models.ScopedBase): -- cgit