summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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
commit42fcd6ac3bf270fe8435f3a92a72bac9d339fc59 (patch)
treee0cc336bb11260d55f0d0f598b8fc6d652f34880
parent4c3f3b9e4fafccc01df66f31697765612667ab39 (diff)
downloadIshtar-42fcd6ac3bf270fe8435f3a92a72bac9d339fc59.tar.bz2
Ishtar-42fcd6ac3bf270fe8435f3a92a72bac9d339fc59.zip
Treatment file sheet: change field order
-rw-r--r--archaeological_finds/templates/ishtar/sheet_treatmentfile.html2
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" %}