diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 13:39:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-08-24 13:43:35 +0200 |
commit | 988312da8273e1fb285d972b3aab9df44d74717c (patch) | |
tree | 1233279285cfd418817a73611af98033230e6452 /ishtar_common/templates/ishtar/sheet_source.html | |
parent | 96f4c36d7ce223e00e0db538656448b605042a8b (diff) | |
download | Ishtar-988312da8273e1fb285d972b3aab9df44d74717c.tar.bz2 Ishtar-988312da8273e1fb285d972b3aab9df44d74717c.zip |
UI: adpat all sheet to the new layout. Administrativ act: can modify from sheet. Organization: can modify from sheet.
Diffstat (limited to 'ishtar_common/templates/ishtar/sheet_source.html')
-rw-r--r-- | ishtar_common/templates/ishtar/sheet_source.html | 3 |
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 bda22ed35..653087753 100644 --- a/ishtar_common/templates/ishtar/sheet_source.html +++ b/ishtar_common/templates/ishtar/sheet_source.html @@ -1,7 +1,8 @@ {% extends "ishtar/sheet.html" %} {% load i18n window_field link_to_window %} -{% block toolbar %}{% with current_action='operation_source_modification' %}{% include "ishtar/sheet_toolbar.html" %}{% endwith %}{% endblock %} + {% block content %} +{% block window_nav %}{% endblock %} {% block general %} {% field "Title" item.title %} {% field "Index" item.index %} |