equal
deleted
inserted
replaced
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"), |