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 | caf88fbf599a490b9dff1bc2668f0e7d62723dc8 (patch) | |
tree | 9bf8aa54baef10982d2919f2bd0c872c5e34fd12 /archaeological_warehouse/templates | |
parent | 8d7ed2a8208a1d3422e4827a35fa7d6cb7f59cee (diff) | |
download | Ishtar-caf88fbf599a490b9dff1bc2668f0e7d62723dc8.tar.bz2 Ishtar-caf88fbf599a490b9dff1bc2668f0e7d62723dc8.zip |
Container: prevent parent association to himself
Diffstat (limited to 'archaeological_warehouse/templates')
-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 %} |