diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-18 18:14:03 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-09-18 18:14:03 +0200 |
commit | 42fcd6ac3bf270fe8435f3a92a72bac9d339fc59 (patch) | |
tree | e0cc336bb11260d55f0d0f598b8fc6d652f34880 | |
parent | 4c3f3b9e4fafccc01df66f31697765612667ab39 (diff) | |
download | Ishtar-42fcd6ac3bf270fe8435f3a92a72bac9d339fc59.tar.bz2 Ishtar-42fcd6ac3bf270fe8435f3a92a72bac9d339fc59.zip |
Treatment file sheet: change field order
-rw-r--r-- | archaeological_finds/templates/ishtar/sheet_treatmentfile.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html index 6519e4f47..32b79a9fe 100644 --- a/archaeological_finds/templates/ishtar/sheet_treatmentfile.html +++ b/archaeological_finds/templates/ishtar/sheet_treatmentfile.html @@ -35,8 +35,8 @@ {% field_flex "Type" item.type %} {% field_flex_detail "Responsible" item.in_charge %} {% field_flex_detail "Associated basket" item.associated_basket %} - {% field_flex "Creation date" item.creation_date %} {% field_flex "Reception date" item.reception_date %} + {% field_flex "Start date" item.creation_date %} {% field_flex "Closing date" item.end_date %} {% field_flex_full "Comment" item.comment "<pre>" "</pre>" %} {% include "ishtar/blocks/sheet_json.html" %} |