Included department co-ordinators as a level in hierarchy
authorNishanth Amuluru <nishanth@fossee.in>
Fri, 07 Jan 2011 00:46:13 +0530
changeset 11 82e13f7d5877
parent 10 3c7bffdeedbf
child 12 f4d062fb5f05
Included department co-ordinators as a level in hierarchy
profile/models.py
--- 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 = (