summaryrefslogtreecommitdiff
path: root/archaeological_files/ishtar_menu.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_files/ishtar_menu.py')
-rw-r--r--archaeological_files/ishtar_menu.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/archaeological_files/ishtar_menu.py b/archaeological_files/ishtar_menu.py
index 6655a381c..87958848a 100644
--- a/archaeological_files/ishtar_menu.py
+++ b/archaeological_files/ishtar_menu.py
@@ -1,6 +1,6 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
-# Copyright (C) 2010-2012 Étienne Loks <etienne.loks_AT_peacefrogsDOTnet>
+# Copyright (C) 2010-2013 É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
@@ -60,6 +60,10 @@ MENU_SECTIONS = [
_(u"Deletion"),
model=AdministrativeAct,
access_controls=['delete_file', 'delete_own_file']),
+ MenuItem('file_administrativeact_document',
+ _(u"Documents"),
+ model=AdministrativeAct,
+ access_controls=['change_file', 'change_own_file']),
],),
]),
),