diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-28 16:46:38 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-29 18:25:09 +0200 |
commit | 40831b3de94aef231530c14f22030b22b6d88c72 (patch) | |
tree | ed9088825dfa898e325c4ecda84860be961b6f72 /archaeological_operations/views.py | |
parent | 964ce0244baf55cc1af1029b67f991a0865f1f3c (diff) | |
download | Ishtar-40831b3de94aef231530c14f22030b22b6d88c72.tar.bz2 Ishtar-40831b3de94aef231530c14f22030b22b6d88c72.zip |
Access control: simplify and fix permissions relative to "get_item"
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index c886d9095..9b420f594 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010-2016 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> +# Copyright (C) 2010-2017 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet> # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as |