From 8896cb7dc9d760e4b3769b72c6af83b8a0b81eda Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 24 Jan 2021 13:08:31 +0100 Subject: Container: prevent parent association to himself --- archaeological_warehouse/templates/ishtar/sheet_container.html | 1 + 1 file changed, 1 insertion(+) (limited to 'archaeological_warehouse/templates/ishtar/sheet_container.html') 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 %}

{% trans "Container type" %}

+ {% 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 %} -- cgit v1.2.3