diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-08 20:41:59 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-08 20:41:59 +0100 |
commit | 549cd33d6390c7b5cd8043e4c63d0ceb0d1fcd05 (patch) | |
tree | 7ec49e588438080c5a542123f5f7cee617df9999 /archaeological_finds/templates/ishtar/sheet_treatment.html | |
parent | 7207f11fca59b23065bf259a32b595e8a9deec0b (diff) | |
download | Ishtar-549cd33d6390c7b5cd8043e4c63d0ceb0d1fcd05.tar.bz2 Ishtar-549cd33d6390c7b5cd8043e4c63d0ceb0d1fcd05.zip |
Manage file association for treatments
Diffstat (limited to 'archaeological_finds/templates/ishtar/sheet_treatment.html')
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatment.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatment.html b/archaeological_finds/templates/ishtar/sheet_treatment.html index 1dfe19844..f1bfd68d2 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -19,8 +19,8 @@ <ul class='form-flex'> {% field_li_multiple "Treatment type" item.treatment_types %} + {% field_li_detail "Associated file" item.file %} {% field_li "Location" item.location %} - {% field_li "Location (not referenced)" item.other_location %} {% field_li "Container" item.container %} {% field_li "Responsible" item.person %} {% field_li "Organization" item.organization %} |