From 9a39f3ae9da8d34bf57c46c5f5456335a2081c42 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 5 Dec 2022 10:05:12 +0100 Subject: [PATCH] fix bug --- ereuse_devicehub/templates/inventory/snapshots_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ereuse_devicehub/templates/inventory/snapshots_list.html b/ereuse_devicehub/templates/inventory/snapshots_list.html index 1804f364..47ff3ced 100644 --- a/ereuse_devicehub/templates/inventory/snapshots_list.html +++ b/ereuse_devicehub/templates/inventory/snapshots_list.html @@ -92,7 +92,7 @@ {% if snap.get_device() %} - + {{ snap.get_device() }} {% endif %}