diff options
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 |
commit | 585c1206ce9d32ed70a74c0c4d25b510164389f2 (patch) | |
tree | 5a05340c85d5a3d0d6bae556f8020d9ef914fede /archaeological_warehouse/templates | |
parent | 8c077c5d9c392e5eb7358610f4a843d4f74f3e72 (diff) | |
download | Ishtar-585c1206ce9d32ed70a74c0c4d25b510164389f2.tar.bz2 Ishtar-585c1206ce9d32ed70a74c0c4d25b510164389f2.zip |
Warehouse: fix division form int and save
Diffstat (limited to 'archaeological_warehouse/templates')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_warehouse.html | 1 |
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> |