summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-06 16:40:42 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-04-06 16:40:42 +0200
commit8e43fd466902833c3354869758cfb5161b46aae5 (patch)
tree4505fb648a67ae86282d1b16008825b2d9f06859 /archaeological_finds
parent617850ba6fb852e3465fd3a437437be333cfbf4e (diff)
downloadIshtar-8e43fd466902833c3354869758cfb5161b46aae5.tar.bz2
Ishtar-8e43fd466902833c3354869758cfb5161b46aae5.zip
Enlarge your tables - twice the size (refs #3420)
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/templates/ishtar/sheet_findbasket.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html
index 6f8b12e6d..b6d4ffd42 100644
--- a/archaeological_finds/templates/ishtar/sheet_findbasket.html
+++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html
@@ -9,5 +9,5 @@
<p class="window-refs">{{ item.label|default:"" }}</p>
{% field "Owned by" item.user %}
{% field "Comment" item.comment %}
-{% dynamic_table_document_large finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}
+{% dynamic_table_document finds 'finds_for_ope' 'basket' item.pk 'TABLE_COLS_FOR_OPE' output %}
{% endblock %}