diff options
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 |
commit | 414dd4445e96cb6c5ccbaca0d831fb4b418cd036 (patch) | |
tree | 4505fb648a67ae86282d1b16008825b2d9f06859 /archaeological_finds | |
parent | 192f79a86561f276ac270992ace46932a63504a6 (diff) | |
download | Ishtar-414dd4445e96cb6c5ccbaca0d831fb4b418cd036.tar.bz2 Ishtar-414dd4445e96cb6c5ccbaca0d831fb4b418cd036.zip |
Enlarge your tables - twice the size (refs #3420)
Diffstat (limited to 'archaeological_finds')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_findbasket.html | 2 |
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 %} |