From e36ae6b8508a1e60f45a2edffb40e4b104e29de9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 13 Dec 2016 11:12:16 +0100 Subject: Treatments: fix associated filename - add modify links in sheets --- archaeological_finds/templates/ishtar/sheet_treatment.html | 2 +- archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'archaeological_finds/templates') diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index f1bfd68d2..a18cc9873 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -4,7 +4,7 @@ {% block head_title %}{% trans "Treatment" %}{% endblock %} {% block content %} -{% window_nav item window_id 'show-treatment' %} +{% window_nav item window_id 'show-treatment' 'treatment_modify' %} {% if item.image %} diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index d569c5f0f..b142d3516 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -4,7 +4,7 @@ {% block head_title %}{% trans "Treatment file" %}{% endblock %} {% block content %} -{% window_nav item window_id 'show-treatmentfile' %} +{% window_nav item window_id 'show-treatmentfile' 'treatmentfile_modify' %}

{{ item.name|default:"" }}

{% if item.internal_reference %} -- cgit v1.2.3