diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-09 19:07:21 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-01-09 19:07:21 +0100 |
commit | 09495f09efe06ee734b9cb325c2fc154e15b2a35 (patch) | |
tree | e70136aa341212fcd2b22e7f28cd5bb89e2bac94 /archaeological_finds/templates/ishtar/sheet_treatment.html | |
parent | 4e2995741edcf08dfa1fc08c43bb0eae0b1ace72 (diff) | |
download | Ishtar-09495f09efe06ee734b9cb325c2fc154e15b2a35.tar.bz2 Ishtar-09495f09efe06ee734b9cb325c2fc154e15b2a35.zip |
Treatment file -> Treatment request
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 a06c10b3c..1bf5209fb 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -25,7 +25,7 @@ <ul class='form-flex'> {% field_li_multiple "Treatment type" item.treatment_types %} {% field_li "State" item.treatment_state %} - {% field_li_detail "Associated file" item.file %} + {% field_li_detail "Associated request" item.file %} {% field_li "Location" item.location %} {% field_li "Container" item.container %} {% field_li "Responsible" item.person %} |