summaryrefslogtreecommitdiff
path: root/archaeological_operations/views.py
diff options
context:
space:
mode:
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
commita296bd385e704b1e76a774341f8ad126c892ccab (patch)
tree648da5accc2a93a9ff5c0c80dd1ddc09f6bc708f /archaeological_operations/views.py
parent80726189acaa2ce5fa604dd589aad7d01c099d4f (diff)
downloadIshtar-a296bd385e704b1e76a774341f8ad126c892ccab.tar.bz2
Ishtar-a296bd385e704b1e76a774341f8ad126c892ccab.zip
Add a template for operation sources
Diffstat (limited to 'archaeological_operations/views.py')
-rw-r--r--archaeological_operations/views.py1
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',