diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-22 16:03:07 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-05-22 16:03:07 +0200 |
commit | 2d28ee93a5fe0ea703490ccf10b93783f402647d (patch) | |
tree | 14762d2a2890e537ca2d68094401f1366a561cff /archaeological_finds | |
parent | 3df1a2036ece643b4765ff877cb17b8285087c32 (diff) | |
download | Ishtar-2d28ee93a5fe0ea703490ccf10b93783f402647d.tar.bz2 Ishtar-2d28ee93a5fe0ea703490ccf10b93783f402647d.zip |
Find basket window: display related treatments files
Diffstat (limited to 'archaeological_finds')
-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> |