profile/models.py
changeset 11 82e13f7d5877
parent 6 132217e04b32
child 40 60f363b6e9d8
--- a/profile/models.py	Thu Jan 06 19:06:36 2011 +0530
+++ b/profile/models.py	Fri Jan 07 00:46:13 2011 +0530
@@ -7,6 +7,7 @@
 RIGHTS_CHOICES = (
 	("DC", "Director"),
 	("MG", "Manager"),
+        ("CR", "Co-ordinator"),
 	("CT", "Contributor"),)
 
 ROLE_CHOICES = (