diff options
Diffstat (limited to 'profile/models.py')
-rwxr-xr-x | profile/models.py | 2 |
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): |