From 63f4d81bc07f929bc21c6aab1c9808523e25a780 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Fri, 6 Aug 2021 12:33:21 -0400 Subject: [PATCH] Remove errant buttons block from cable view --- netbox/templates/dcim/cable.html | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/netbox/templates/dcim/cable.html b/netbox/templates/dcim/cable.html index 55af37b88..c7cd71b65 100644 --- a/netbox/templates/dcim/cable.html +++ b/netbox/templates/dcim/cable.html @@ -4,20 +4,6 @@ {% load perms %} {% load plugins %} -{% block controls %} -{% plugin_buttons object %} -
-
- {% if request.user|can_change:object %} - {% edit_button object %} - {% endif %} - {% if request.user|can_delete:object %} - {% delete_button object %} - {% endif %} -
-
-{% endblock %} - {% block content %}