diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-14 01:03:57 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-14 01:03:57 +0100 |
commit | 97e713ac49ba2bd50e846fb5fecaac2305d6c105 (patch) | |
tree | c778aa77861a6093cbfe8a2d853e83ba05f96f02 /archaeological_operations/models.py | |
parent | 7d96480112b1a2537137ee46107612dd74a437cf (diff) | |
download | Ishtar-97e713ac49ba2bd50e846fb5fecaac2305d6c105.tar.bz2 Ishtar-97e713ac49ba2bd50e846fb5fecaac2305d6c105.zip |
Manage own rights in wizards via an appropriate decorator
Diffstat (limited to 'archaeological_operations/models.py')
-rw-r--r-- | archaeological_operations/models.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/archaeological_operations/models.py b/archaeological_operations/models.py index 85edea71e..a1cd43b58 100644 --- a/archaeological_operations/models.py +++ b/archaeological_operations/models.py @@ -384,9 +384,6 @@ class Operation(BaseHistorizedItem, OwnPerms, ValueGetter, ShortMenuItem, raise ValidationError(_(u"This operation code already exists for " u"this year")) - def is_own(self, person): - return False - @property def surface_ha(self): if self.surface: |