diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 15:03:33 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-03-13 15:03:33 +0100 |
commit | c16ab41306843a0f00dc5980cc2793134ba6d3ef (patch) | |
tree | 82c654f5fe7d28a67dee351b09574b90c4583a5f /archaeological_warehouse | |
parent | 5317d6b6b585d7bf6a4144871026d354fed85105 (diff) | |
download | Ishtar-c16ab41306843a0f00dc5980cc2793134ba6d3ef.tar.bz2 Ishtar-c16ab41306843a0f00dc5980cc2793134ba6d3ef.zip |
Sheets: improve layout
Diffstat (limited to 'archaeological_warehouse')
-rw-r--r-- | archaeological_warehouse/templates/ishtar/sheet_container.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_warehouse/templates/ishtar/sheet_container.html b/archaeological_warehouse/templates/ishtar/sheet_container.html index 94be2fc04..cd8a3602b 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -12,6 +12,7 @@ <ul class='form-flex'> {% field_li_detail "Responsible warehouse" item.responsible %} + {% include "ishtar/blocks/sheet_creation_section.html" %} {% field_li_detail "Location (warehouse)" item.location %} </ul> {% field "Location" item.precise_location %} |