summaryrefslogtreecommitdiff
path: root/profile/models.py
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-06 17:14:52 +0530
committerNishanth Amuluru2011-01-06 17:14:52 +0530
commit1e6134cb3d5f19b72387db7156d89539eb3cc287 (patch)
treef8bc789993d4c8e96bdb87c5f046ea70895bf3af /profile/models.py
parentf7d1d873d68a6c25e6aeb372881d0b700e812a9e (diff)
downloadpytask-1e6134cb3d5f19b72387db7156d89539eb3cc287.tar.gz
pytask-1e6134cb3d5f19b72387db7156d89539eb3cc287.tar.bz2
pytask-1e6134cb3d5f19b72387db7156d89539eb3cc287.zip
Fixed a typo
Diffstat (limited to 'profile/models.py')
-rwxr-xr-xprofile/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/models.py b/profile/models.py
index 9c87cd6..14022aa 100755
--- a/profile/models.py
+++ b/profile/models.py
@@ -13,7 +13,7 @@ ROLE_CHOICES = (
("DC", "Request sent by Director \
to a user at lower level, asking him to act as a director"),
("MG", "Request sent by Manager \
- to a user at lower level, asking him to act as a manager"),
+ to a user at lower level, asking him to act as a manager"),)
class Profile(models.Model):