From 479d50a4c39d97329467d8ce7ba8fe8ac929f65c Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 22 May 2019 16:03:07 +0200 Subject: Find basket window: display related treatments files --- archaeological_finds/templates/ishtar/sheet_findbasket.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'archaeological_finds') diff --git a/archaeological_finds/templates/ishtar/sheet_findbasket.html b/archaeological_finds/templates/ishtar/sheet_findbasket.html index 4a101d8f2..52b53df2a 100644 --- a/archaeological_finds/templates/ishtar/sheet_findbasket.html +++ b/archaeological_finds/templates/ishtar/sheet_findbasket.html @@ -15,6 +15,8 @@ {% field_flex "Comment" item.comment %} {% field_flex_multiple_full "Shared (read) with" item.shared_with %} {% field_flex_multiple_full "Shared (read/edit) with" item.shared_write_with %} + {% trans "Associated treatment files" as treatment_label %} + {% field_flex_detail_multiple_full treatment_label item.treatment_files %}

{% trans "Content" %}

-- cgit v1.2.3