From d992bb445b8ceea253fec86a45cc11a736cfa876 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 4 Dec 2020 11:43:19 +0100 Subject: File: add edit button on sheet - fix research forms --- archaeological_files/templates/ishtar/sheet_file.html | 5 ----- 1 file changed, 5 deletions(-) (limited to 'archaeological_files/templates') diff --git a/archaeological_files/templates/ishtar/sheet_file.html b/archaeological_files/templates/ishtar/sheet_file.html index 955dbc32a..f5a3ac6d3 100644 --- a/archaeological_files/templates/ishtar/sheet_file.html +++ b/archaeological_files/templates/ishtar/sheet_file.html @@ -4,12 +4,7 @@ {% block head_title %}{% trans "Archaeological file" %} - {{item.full_internal_ref|default:''}}{% endblock %} {% block toolbar %} -{% if can_add_operation %} -{% window_file_nav item window_id previous next %} -{% else %} {% window_nav item window_id 'show-file' 'file_modify' 'show-historized-file' 'revert-file' previous next 1 %} -{% endif %} - {% endblock %} {% block content %} -- cgit v1.2.3