From 277c3a84a9beec72494e1379c700d56e1fac652e Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Tue, 5 Apr 2022 11:49:47 +0200 Subject: [PATCH] Rename removelot.html -> lot_delete_modal.html --- ereuse_devicehub/templates/inventory/device_list.html | 2 +- .../inventory/{removelot.html => lot_delete_modal.html} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename ereuse_devicehub/templates/inventory/{removelot.html => lot_delete_modal.html} (100%) diff --git a/ereuse_devicehub/templates/inventory/device_list.html b/ereuse_devicehub/templates/inventory/device_list.html index 4c4c864a..b1c45382 100644 --- a/ereuse_devicehub/templates/inventory/device_list.html +++ b/ereuse_devicehub/templates/inventory/device_list.html @@ -400,7 +400,7 @@ {% include "inventory/addDeviceslot.html" %} {% include "inventory/addDevicestag.html" %} {% include "inventory/removeDeviceslot.html" %} -{% include "inventory/removelot.html" %} +{% include "inventory/lot_delete_modal.html" %} {% include "inventory/actions.html" %} {% include "inventory/allocate.html" %} {% include "inventory/data_wipe.html" %} diff --git a/ereuse_devicehub/templates/inventory/removelot.html b/ereuse_devicehub/templates/inventory/lot_delete_modal.html similarity index 100% rename from ereuse_devicehub/templates/inventory/removelot.html rename to ereuse_devicehub/templates/inventory/lot_delete_modal.html