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 %}