From 247987acf353400c0b90bf78cbc29473ce7ad43c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 13 Sep 2019 12:02:12 +0200 Subject: Manage delete action on sheet - delete action for persons --- ishtar_common/templates/ishtar/blocks/window_nav.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ishtar_common/templates') diff --git a/ishtar_common/templates/ishtar/blocks/window_nav.html b/ishtar_common/templates/ishtar/blocks/window_nav.html index 19b70ccd6..c248bae82 100644 --- a/ishtar_common/templates/ishtar/blocks/window_nav.html +++ b/ishtar_common/templates/ishtar/blocks/window_nav.html @@ -56,6 +56,12 @@ {{extra_text}} {% endfor %} + {% if delete_url and not item.locked %} + + + + {% endif %}