summaryrefslogtreecommitdiff
path: root/archaeological_operations/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-10-06 00:31:12 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-10-06 00:31:12 +0200
commit4b1349b748e8dbd1ace541cc55562dba6bd9fe6f (patch)
treea5bed9314cdb19324f84e9a208f3e36c4322ec21 /archaeological_operations/templates
parent3137698e03d80f982c9f1cc6f319ce6ca9a2f5d6 (diff)
downloadIshtar-4b1349b748e8dbd1ace541cc55562dba6bd9fe6f.tar.bz2
Ishtar-4b1349b748e8dbd1ace541cc55562dba6bd9fe6f.zip
Specific context record table for operation window
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r--archaeological_operations/templates/ishtar/sheet_operation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html
index daeea7c40..9d22657c3 100644
--- a/archaeological_operations/templates/ishtar/sheet_operation.html
+++ b/archaeological_operations/templates/ishtar/sheet_operation.html
@@ -96,7 +96,7 @@
{% trans "Context records" as context_records %}
{% if item.context_record.count %}
-{% dynamic_table_document context_records 'context_records' 'operation' item.pk %}
+{% dynamic_table_document context_records 'context_records_for_ope' 'operation' item.pk 'TABLE_COLS_FOR_OPE' %}
{% endif %}
{% comment %}