diff options
| author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-02-13 08:32:05 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-02-13 08:32:05 +0100 | 
| commit | 1a956579f10aeb0ce8ff37a76525881da7ee2277 (patch) | |
| tree | 88f2c43c659d45c8e364cf45900e5bb40905c651 /archaeological_operations/models.py | |
| parent | f382763bfe106abca8bad5a986afd15703f84d19 (diff) | |
| download | Ishtar-1a956579f10aeb0ce8ff37a76525881da7ee2277.tar.bz2 Ishtar-1a956579f10aeb0ce8ff37a76525881da7ee2277.zip  | |
Add closing rights (refs #1628)
Diffstat (limited to 'archaeological_operations/models.py')
| -rw-r--r-- | archaeological_operations/models.py | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 82567842f..c23bda9df 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -177,6 +177,7 @@ class Operation(BaseHistorizedItem, OwnPerms):              ("add_own_operation", ugettext(u"Can add own Operation")),              ("change_own_operation", ugettext(u"Can change own Operation")),              ("delete_own_operation", ugettext(u"Can delete own Operation")), +            ("close_operation", ugettext(u"Can close Operation")),          )      def __unicode__(self):  | 
