diff options
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 %} |