summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/templates
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-17 19:31:14 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-08-17 19:31:14 +0200
commit580818aedffebce068728de1d36ffdb8447fee14 (patch)
tree5a05340c85d5a3d0d6bae556f8020d9ef914fede /archaeological_warehouse/templates
parent1786063186db3e0dcd03d358b9ab3b292ab49074 (diff)
downloadIshtar-580818aedffebce068728de1d36ffdb8447fee14.tar.bz2
Ishtar-580818aedffebce068728de1d36ffdb8447fee14.zip
Warehouse: fix division form int and save
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r--archaeological_warehouse/templates/ishtar/sheet_warehouse.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
index 84eb02ae9..1b16819b6 100644
--- a/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
+++ b/archaeological_warehouse/templates/ishtar/sheet_warehouse.html
@@ -32,6 +32,7 @@
{% field_flex "Person in charge" item.person_in_charge %}
{% include "ishtar/blocks/sheet_creation_section.html" %}
{% include "ishtar/blocks/sheet_address_section.html" %}
+ {% field_flex "Divisions" item.location_types|join:", " %}
{% field_flex_full "Comment" item.comment "<pre>" "</pre>" %}
{% include "ishtar/blocks/sheet_json.html" %}
</div>