summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/templates
diff options
context:
space:
mode:
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
commitcaf88fbf599a490b9dff1bc2668f0e7d62723dc8 (patch)
tree9bf8aa54baef10982d2919f2bd0c872c5e34fd12 /archaeological_warehouse/templates
parent8d7ed2a8208a1d3422e4827a35fa7d6cb7f59cee (diff)
downloadIshtar-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.html1
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 %}