From 9d9318f38a16ff89abae576a35fa59030a47684e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 9 Aug 2018 16:37:58 -0400 Subject: [PATCH] Corrected typo --- netbox/templates/dcim/device.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/dcim/device.html b/netbox/templates/dcim/device.html index c84bdf9a3..09812e105 100644 --- a/netbox/templates/dcim/device.html +++ b/netbox/templates/dcim/device.html @@ -631,7 +631,7 @@ {% endif %} {% if power_outlets or device.device_type.is_pdu %} {% if perms.dcim.delete_poweroutlet %} -
+ {% csrf_token %} {% endif %}