From 29bace24d91984f2f6d5884a8094e2ddeb5d74d9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 Jun 2016 13:33:41 +0200 Subject: Operation source: show index on table and sheet --- ishtar_common/templates/ishtar/sheet_source.html | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar_common') 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 %} -- cgit v1.2.3