diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-01-24 13:08:31 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:23 +0100 |
commit | 8896cb7dc9d760e4b3769b72c6af83b8a0b81eda (patch) | |
tree | 9bf8aa54baef10982d2919f2bd0c872c5e34fd12 /archaeological_warehouse/templates/ishtar/sheet_container.html | |
parent | 9ec4e271f9285fb7cd8d735c859decaa9c0d2673 (diff) | |
download | Ishtar-8896cb7dc9d760e4b3769b72c6af83b8a0b81eda.tar.bz2 Ishtar-8896cb7dc9d760e4b3769b72c6af83b8a0b81eda.zip |
Container: prevent parent association to himself
Diffstat (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html')
-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 0d36c253e..dd3c5b5ab 100644 --- a/archaeological_warehouse/templates/ishtar/sheet_container.html +++ b/archaeological_warehouse/templates/ishtar/sheet_container.html @@ -120,6 +120,7 @@ {% if container_type.length or container_type.width or container_type.height or container_type.volume or container_type.reference %} <h4>{% trans "Container type" %}</h4> <div class='row'> + {% field_flex "Type" container_type.label %} {% field_flex "Length (mm)" container_type.length %} {% field_flex "Width (mm)" container_type.width %} {% field_flex "Height (mm)" container_type.height %} |