diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-01-09 19:20:45 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2014-01-09 19:20:45 +0100 |
commit | c4d6dcde8100cff669e1b1b8074c41ff24e8eaf1 (patch) | |
tree | d80aa99af269654bd7b322986ae12142b823f05a /archaeological_operations/views.py | |
parent | 07ce193deeeff70bedf39ef5b884f25cc1339498 (diff) | |
download | Ishtar-c4d6dcde8100cff669e1b1b8074c41ff24e8eaf1.tar.bz2 Ishtar-c4d6dcde8100cff669e1b1b8074c41ff24e8eaf1.zip |
Add window for administrativ acts (refs #1587)
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r-- | archaeological_operations/views.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_operations/views.py b/archaeological_operations/views.py index 714fd62e4..7e5a64ab4 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -154,6 +154,7 @@ get_administrativeactop = get_item(models.AdministrativeAct, get_administrativeact = get_item(models.AdministrativeAct, 'get_administrativeact', 'administrativeact', extra_request_keys={}) +show_administrativeact = show_item(models.AdministrativeAct, 'administrativeact') def dashboard_operation(request, *args, **kwargs): """ |