# HG changeset patch # User Nishanth Amuluru # Date 1294341373 -19800 # Node ID 82e13f7d5877afb55502f47fa95c277aa74c25d8 # Parent 3c7bffdeedbfc3074bf9c7f6e835305359083e86 Included department co-ordinators as a level in hierarchy diff -r 3c7bffdeedbf -r 82e13f7d5877 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 = (