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
commita15f6165f04cc249a42edde5f01851ccd2d7d4ac (patch)
treef048ebfbdc4dac598b0e3bafdb3aa04efb693657 /archaeological_context_records
parentb8c911e12b380efc49865ad8b18e825d23c4bdd0 (diff)
downloadIshtar-a15f6165f04cc249a42edde5f01851ccd2d7d4ac.tar.bz2
Ishtar-a15f6165f04cc249a42edde5f01851ccd2d7d4ac.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 %}