summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/ishtar/sheet_source.html
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_source.html')
-rw-r--r--ishtar_common/templates/ishtar/sheet_source.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/sheet_source.html b/ishtar_common/templates/ishtar/sheet_source.html
index 06001f783..bda22ed35 100644
--- a/ishtar_common/templates/ishtar/sheet_source.html
+++ b/ishtar_common/templates/ishtar/sheet_source.html
@@ -1,9 +1,10 @@
{% extends "ishtar/sheet.html" %}
{% load i18n window_field link_to_window %}
-{% block toolbar %}{% include "ishtar/sheet_toolbar.html" %}{% endblock %}
+{% block toolbar %}{% with current_action='operation_source_modification' %}{% include "ishtar/sheet_toolbar.html" %}{% endwith %}{% endblock %}
{% 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 %}