From d3f87d553b05e632357838e4dbae04ef8a7b8cb2 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 29 Aug 2022 12:55:53 +0200 Subject: [PATCH] fix actions and tags colums --- ereuse_devicehub/templates/inventory/binding.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ereuse_devicehub/templates/inventory/binding.html b/ereuse_devicehub/templates/inventory/binding.html index 1cb97765..4aad3737 100644 --- a/ereuse_devicehub/templates/inventory/binding.html +++ b/ereuse_devicehub/templates/inventory/binding.html @@ -170,9 +170,6 @@ {% endfor %} - {% for a in actions %} - * {{ a.t }}
- {% endfor %} @@ -201,9 +198,6 @@ {% endfor %} - {% for tag in tags %} - * {{ tag.id }}
- {% endfor %}