summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorroot <root@viserion.(none)>2013-06-17 23:28:50 +0000
committerroot <root@viserion.(none)>2013-06-17 23:28:50 +0000
commit0ba87d8b7c224f067603ccbf17015a5288c79105 (patch)
tree0657b31155409d5d01169167cfadaed85fb80715 /archaeological_context_records/models.py
parentf918fbc88f1e43e79ce8ab5c2ea96cf45e6719e1 (diff)
parent9983e77346ab93fae0fd2775285276682680adef (diff)
downloadIshtar-0ba87d8b7c224f067603ccbf17015a5288c79105.tar.bz2
Ishtar-0ba87d8b7c224f067603ccbf17015a5288c79105.zip
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index c558587aa..93b37d87e 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -133,6 +133,7 @@ class ContextRecord(BaseHistorizedItem, OwnPerms):
verbose_name = _(u"Context Record")
verbose_name_plural = _(u"Context Record")
permissions = (
+ ("view_contextrecord", ugettext(u"Can view all Context Record")),
("view_own_contextrecord", ugettext(u"Can view own Context Record")),
("add_own_contextrecord", ugettext(u"Can add own Context Record")),
("change_own_contextrecord", ugettext(u"Can change own Context Record")),