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 | cd50c0849269635f2a20b2bf67750344cee4d5f5 (patch) | |
tree | d80aa99af269654bd7b322986ae12142b823f05a /archaeological_operations/views.py | |
parent | 15fd7f65784e6f1aec68886e508c1f135d8d8e9f (diff) | |
download | Ishtar-cd50c0849269635f2a20b2bf67750344cee4d5f5.tar.bz2 Ishtar-cd50c0849269635f2a20b2bf67750344cee4d5f5.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): """ |