summaryrefslogtreecommitdiff
path: root/archaeological_context_records/templates/ishtar
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-10-06 14:49:10 +0200
committerÉtienne Loks <etienne.loks@proxience.com>2015-10-06 14:49:10 +0200
commitdad03f626f1028daa44821a7d88551fec21ae88f (patch)
tree7db35133da25a55cfe1183260953aab882255309 /archaeological_context_records/templates/ishtar
parent4b1349b748e8dbd1ace541cc55562dba6bd9fe6f (diff)
downloadIshtar-dad03f626f1028daa44821a7d88551fec21ae88f.tar.bz2
Ishtar-dad03f626f1028daa44821a7d88551fec21ae88f.zip
Grids: manage multiple values in the same column
Diffstat (limited to 'archaeological_context_records/templates/ishtar')
-rw-r--r--archaeological_context_records/templates/ishtar/sheet_contextrecord.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
index a984ef8b5..bca027414 100644
--- a/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
+++ b/archaeological_context_records/templates/ishtar/sheet_contextrecord.html
@@ -128,7 +128,7 @@
{% trans "Finds" as finds %}
{% if item.base_finds.count %}
-{% dynamic_table_document finds 'finds' 'base_finds__context_record' item.pk %}
+{% dynamic_table_document finds 'finds_for_ope' 'base_finds__context_record' item.pk 'TABLE_COLS_FOR_OPE' %}
{% endif %}
{% trans "Documents from associated finds" as find_docs %}