profile/models.py
changeset 249 82e13f7d5877
parent 244 132217e04b32
child 278 60f363b6e9d8
equal deleted inserted replaced
248:3c7bffdeedbf 249:82e13f7d5877
     5 GENDER_CHOICES = (( 'M', 'Male'), ('F', 'Female'))
     5 GENDER_CHOICES = (( 'M', 'Male'), ('F', 'Female'))
     6 
     6 
     7 RIGHTS_CHOICES = (
     7 RIGHTS_CHOICES = (
     8 	("DC", "Director"),
     8 	("DC", "Director"),
     9 	("MG", "Manager"),
     9 	("MG", "Manager"),
       
    10         ("CR", "Co-ordinator"),
    10 	("CT", "Contributor"),)
    11 	("CT", "Contributor"),)
    11 
    12 
    12 ROLE_CHOICES = (
    13 ROLE_CHOICES = (
    13 	("DC", "Request sent by Director \
    14 	("DC", "Request sent by Director \
    14                 to a user at lower level, asking him to act as a director"),
    15                 to a user at lower level, asking him to act as a director"),