diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-12-29 18:26:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-12-29 18:28:18 +0100 |
commit | 70d050cb7de7c5620cf5992db5a281669cfef958 (patch) | |
tree | 648da5accc2a93a9ff5c0c80dd1ddc09f6bc708f /archaeological_operations/views.py | |
parent | 535d091d8b2ecacbcc9ae7d32a80596aa60ed62f (diff) | |
download | Ishtar-70d050cb7de7c5620cf5992db5a281669cfef958.tar.bz2 Ishtar-70d050cb7de7c5620cf5992db5a281669cfef958.zip |
Add a template for operation sources
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 8d15c80ee..e8f458bc9 100644 --- a/archaeological_operations/views.py +++ b/archaeological_operations/views.py @@ -151,6 +151,7 @@ get_operation = get_item( show_operation = show_item(models.Operation, 'operation') revert_operation = revert_item(models.Operation) +show_operationsource = show_item(models.OperationSource, 'operationsource') get_operationsource = get_item( models.OperationSource, 'get_operationsource', 'operationsource', |