diff options
Diffstat (limited to 'archaeological_finds/templates/ishtar')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_findbasket.html | 2 |
1 files changed, 2 insertions, 0 deletions
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 %} </div> <h3>{% trans "Content" %}</h3> |