diff options
| 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 |
| commit | a15f6165f04cc249a42edde5f01851ccd2d7d4ac (patch) | |
| tree | f048ebfbdc4dac598b0e3bafdb3aa04efb693657 /archaeological_context_records | |
| parent | b8c911e12b380efc49865ad8b18e825d23c4bdd0 (diff) | |
| download | Ishtar-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.html | 2 |
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 %} |
