From 5c644d9a9a4a11e8f2bafbbc344960cb6217e5c5 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Wed, 14 Sep 2022 13:13:03 +0200 Subject: [PATCH] change binding for new twin --- ereuse_devicehub/templates/inventory/device_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/device_detail.html b/ereuse_devicehub/templates/inventory/device_detail.html index a29f1e79..bb704cc1 100644 --- a/ereuse_devicehub/templates/inventory/device_detail.html +++ b/ereuse_devicehub/templates/inventory/device_detail.html @@ -44,11 +44,11 @@ {% if placeholder.status in ['Abstract', 'Real'] %} - Binding + New Twin {% elif placeholder.status == 'Twin' %} - Unbinding + Delete Twin {% endif %}