From 25287752969417bde15495f25fcf58f39dca757f Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 12 Sep 2022 11:37:34 +0200 Subject: [PATCH] change parth for part in device details --- ereuse_devicehub/templates/inventory/device_detail.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index 3d9c18d3..40335512 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -85,7 +85,7 @@
-
Details Real parth
+
Details Real part
(Edit Device) @@ -119,7 +119,7 @@
{% if placeholder.binding %} -
Details Abstract parth
+
Details Abstract part
Type
{{ placeholder.binding.type }}
@@ -227,13 +227,13 @@
-
Components Real parth
+
Components Real part
{{ placeholder.components or '' }}
{% if placeholder.binding %} -
Components Abstract parth
+
Components Abstract part
{% for component in placeholder.binding.components|sort(attribute='type') %}