From 4bb9363e81146df7a990a9f8f0c8f32a7c87f285 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 16 Jun 2016 09:27:33 -0400 Subject: [PATCH] Fixed bug where placeholder prefixes were being included as 'None' in pk_all for bulk edit/delete --- netbox/templates/dcim/inc/device_table.html | 2 +- netbox/templates/utilities/obj_table.html | 2 +- netbox/utilities/views.py | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/netbox/templates/dcim/inc/device_table.html b/netbox/templates/dcim/inc/device_table.html index 716c39e0a..38ab5fe36 100644 --- a/netbox/templates/dcim/inc/device_table.html +++ b/netbox/templates/dcim/inc/device_table.html @@ -4,7 +4,7 @@
{% csrf_token %} - + {% render_table table table_template|default:'table.html' %} {% if perms.dcim.add_interface %}