diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-22 13:33:41 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-06-22 13:33:41 +0200 |
commit | 29bace24d91984f2f6d5884a8094e2ddeb5d74d9 (patch) | |
tree | 1d5f2587ea0e57815e2c047529709771adbef4d8 /ishtar_common/templates/ishtar/sheet_source.html | |
parent | 70b9b0ee4812b377a6abc4f74cc405b2ee246776 (diff) | |
download | Ishtar-29bace24d91984f2f6d5884a8094e2ddeb5d74d9.tar.bz2 Ishtar-29bace24d91984f2f6d5884a8094e2ddeb5d74d9.zip |
Operation source: show index on table and sheet
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_source.html')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_source.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_source.html b/ishtar_common/templates/ishtar/sheet_source.html index ae3a67b5f..bda22ed35 100644 --- a/ishtar_common/templates/ishtar/sheet_source.html +++ b/ishtar_common/templates/ishtar/sheet_source.html @@ -4,6 +4,7 @@ {% block content %} {% block general %} {% field "Title" item.title %} +{% field "Index" item.index %} {% field "Source type" item.source_type %} {% field "Format type" item.format_type %} {% field "Scale" item.scale %} |