diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-06 14:49:10 +0200 |
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-06 14:49:10 +0200 |
| commit | cba608462d4f03a8ca48f1e7a912e833682a21e8 (patch) | |
| tree | 7db35133da25a55cfe1183260953aab882255309 /archaeological_operations/templates | |
| parent | 12b517daa7aca2ca475a654ecca99202ecbe9f23 (diff) | |
| download | Ishtar-cba608462d4f03a8ca48f1e7a912e833682a21e8.tar.bz2 Ishtar-cba608462d4f03a8ca48f1e7a912e833682a21e8.zip | |
Grids: manage multiple values in the same column
Diffstat (limited to 'archaeological_operations/templates')
| -rw-r--r-- | archaeological_operations/templates/ishtar/sheet_operation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/templates/ishtar/sheet_operation.html b/archaeological_operations/templates/ishtar/sheet_operation.html index 9d22657c3..56b5115d6 100644 --- a/archaeological_operations/templates/ishtar/sheet_operation.html +++ b/archaeological_operations/templates/ishtar/sheet_operation.html @@ -108,7 +108,7 @@ {% trans "Finds" as finds %} {% if item.finds %} -{% dynamic_table_document finds 'finds' 'base_finds__context_record__operation' item.pk %} +{% dynamic_table_document finds 'finds_for_ope' 'base_finds__context_record__operation' item.pk 'TABLE_COLS_FOR_OPE' %} {% endif %} {% comment %} |
