From 4b1349b748e8dbd1ace541cc55562dba6bd9fe6f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 6 Oct 2015 00:31:12 +0200 Subject: Specific context record table for operation window --- archaeological_operations/templates/ishtar/sheet_operation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archaeological_operations') 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 %} -- cgit v1.2.3