--- 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 = (