summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xprofile/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile/models.py b/profile/models.py
index 14022aa..2f1d8db 100755
--- a/profile/models.py
+++ b/profile/models.py
@@ -7,6 +7,7 @@ GENDER_CHOICES = (( 'M', 'Male'), ('F', 'Female'))
RIGHTS_CHOICES = (
("DC", "Director"),
("MG", "Manager"),
+ ("CR", "Co-ordinator"),
("CT", "Contributor"),)
ROLE_CHOICES = (