diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-15 12:33:41 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-01-15 12:33:41 +0100 |
commit | 06715e30acf42185a9a7bc07e3ad2e3aee2dd321 (patch) | |
tree | f1a59e354f9e396be8c2b1190065eed803d601fb /archaeological_finds/templates | |
parent | c7dd9c66591e8b9b9a85a08e18527cfc3196a54c (diff) | |
download | Ishtar-06715e30acf42185a9a7bc07e3ad2e3aee2dd321.tar.bz2 Ishtar-06715e30acf42185a9a7bc07e3ad2e3aee2dd321.zip |
Treatments: settings for M2M history
Diffstat (limited to 'archaeological_finds/templates')
-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 78460d002..029257f63 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatment.html +++ b/archaeological_finds/templates/ishtar/sheet_treatment.html @@ -71,7 +71,7 @@ </div> <div class="row"> - {% field_flex_multiple "Treatment type" item.treatment_types %} + {% field_flex_multiple_obj "Treatment type" item 'treatment_types' %} {% field_flex "State" item.treatment_state %} {% field_flex_detail "Associated request" item.file %} {% field_flex "Location" item.location %} |