diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-30 22:16:59 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-10-30 22:16:59 +0100 |
commit | ca0802e71b25393a849762c305880b42b676148e (patch) | |
tree | c22b0600ea763e0e31fdb0f20a156fd71cd11321 /archaeological_operations/templates | |
parent | 2eed7bd7f9450054a83a709dd0953d34106483ed (diff) | |
download | Ishtar-ca0802e71b25393a849762c305880b42b676148e.tar.bz2 Ishtar-ca0802e71b25393a849762c305880b42b676148e.zip |
Sheet operation: fix context record list
Diffstat (limited to 'archaeological_operations/templates')
-rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
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 733b0b39a..4db5541e9 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -210,7 +210,7 @@ {% if item.context_record.count %} {% trans "Context records" as cr_lab %} -{% dynamic_table_document cr_lab 'context_records_for_ope' 'operation' item.pk 'TABLE_COLS_FOR_OPE' output %} +{% dynamic_table_document cr_lab 'context_records_for_ope' 'operation_id' item.pk 'TABLE_COLS_FOR_OPE' output %} {% endif %} {% if item.context_record_relations_q.count %} |