summaryrefslogtreecommitdiff
path: root/archaeological_context_records
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-02-24 01:58:25 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-02-24 01:58:25 +0100
commit22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1 (patch)
treef048ebfbdc4dac598b0e3bafdb3aa04efb693657 /archaeological_context_records
parentec49bd15c904020bc9111806f19211c42ded7daa (diff)
downloadIshtar-22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1.tar.bz2
Ishtar-22f0ebd9873ea5eebbb0e8f2ef69fdee068bf0d1.zip
Fix dynamic table display in ODT and PDF
Diffstat (limited to 'archaeological_context_records')
-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 8a92a2f61..f7296848b 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_for_ope' 'base_finds__context_record' item.pk 'TABLE_COLS_FOR_OPE' %}
+{% dynamic_table_document finds 'finds_for_ope' 'base_finds__context_record' item.pk 'TABLE_COLS_FOR_OPE' output %}
{% endif %}
{% trans "Documents from associated finds" as find_docs %}