From a0c1cce69a1b115de817c53cff5c114f17ab75b7 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Tue, 13 Dec 2022 20:40:53 +0100 Subject: [PATCH] fix template snapshots logs --- 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 126d3ac3..7eae8605 100644 --- a/ereuse_devicehub/templates/inventory/snapshots_list.html +++ b/ereuse_devicehub/templates/inventory/snapshots_list.html @@ -91,7 +91,7 @@ {% if snap.get_device() %} - + {{ snap.get_device() }} {% endif %}