'
+ ''
' {}'.format(e, cl.name)
)
diff --git a/netbox/templates/dcim/device/base.html b/netbox/templates/dcim/device/base.html
index 4a20a63cc..5355d5059 100644
--- a/netbox/templates/dcim/device/base.html
+++ b/netbox/templates/dcim/device/base.html
@@ -2,7 +2,6 @@
{% load buttons %}
{% load static %}
{% load helpers %}
-{% load custom_links %}
{% load plugins %}
{% block breadcrumbs %}
diff --git a/netbox/templates/dcim/device_component.html b/netbox/templates/dcim/device_component.html
index 2cc4abf35..998551838 100644
--- a/netbox/templates/dcim/device_component.html
+++ b/netbox/templates/dcim/device_component.html
@@ -1,7 +1,6 @@
{% extends 'generic/object.html' %}
{% load helpers %}
{% load perms %}
-{% load custom_links %}
{% load plugins %}
{% block title %}{{ object.device }} / {{ object }}{% endblock %}
diff --git a/netbox/templates/dcim/powerfeed.html b/netbox/templates/dcim/powerfeed.html
index 70c94bf68..add2486ba 100644
--- a/netbox/templates/dcim/powerfeed.html
+++ b/netbox/templates/dcim/powerfeed.html
@@ -1,7 +1,6 @@
{% extends 'generic/object.html' %}
{% load buttons %}
{% load static %}
-{% load custom_links %}
{% load helpers %}
{% load plugins %}
diff --git a/netbox/templates/dcim/rackreservation.html b/netbox/templates/dcim/rackreservation.html
index 076718fb4..83ce4be1a 100644
--- a/netbox/templates/dcim/rackreservation.html
+++ b/netbox/templates/dcim/rackreservation.html
@@ -1,6 +1,5 @@
{% extends 'generic/object.html' %}
{% load buttons %}
-{% load custom_links %}
{% load helpers %}
{% load static %}
{% load plugins %}
diff --git a/netbox/templates/dcim/virtualchassis.html b/netbox/templates/dcim/virtualchassis.html
index 1f3dccc1d..3582a806c 100644
--- a/netbox/templates/dcim/virtualchassis.html
+++ b/netbox/templates/dcim/virtualchassis.html
@@ -1,6 +1,5 @@
{% extends 'generic/object.html' %}
{% load buttons %}
-{% load custom_links %}
{% load helpers %}
{% load plugins %}
diff --git a/netbox/templates/generic/object.html b/netbox/templates/generic/object.html
index 961e316f2..27a324339 100644
--- a/netbox/templates/generic/object.html
+++ b/netbox/templates/generic/object.html
@@ -18,9 +18,10 @@
{% endblock %}
{% block controls %}
-{% plugin_buttons object %}
+ {% custom_links object %}
+ {% plugin_buttons object %}
{% block extra_controls %}{% endblock %}
{% if request.user|can_add:object %}
{% clone_button object %}
@@ -71,6 +72,5 @@
{{ object|meta:"app_label" }}.{{ object|meta:"model_name" }}:{{ object.pk }}
-{% block tab_buttons %}{% custom_links object %}{% endblock %}
{% endblock %}
{% block components %}{% endblock %}
diff --git a/netbox/templates/ipam/aggregate.html b/netbox/templates/ipam/aggregate.html
index 4663b8c4a..ad817f9cb 100644
--- a/netbox/templates/ipam/aggregate.html
+++ b/netbox/templates/ipam/aggregate.html
@@ -1,6 +1,5 @@
{% extends 'generic/object.html' %}
{% load buttons %}
-{% load custom_links %}
{% load helpers %}
{% load plugins %}
diff --git a/netbox/templates/ipam/prefix/base.html b/netbox/templates/ipam/prefix/base.html
index e7e474071..59dd25a7e 100644
--- a/netbox/templates/ipam/prefix/base.html
+++ b/netbox/templates/ipam/prefix/base.html
@@ -1,7 +1,6 @@
{% extends 'generic/object.html' %}
{% load buttons %}
{% load helpers %}
-{% load custom_links %}
{% block breadcrumbs %}
diff --git a/netbox/templates/ipam/vrf.html b/netbox/templates/ipam/vrf.html
index 63c4046e9..6b5105c8c 100644
--- a/netbox/templates/ipam/vrf.html
+++ b/netbox/templates/ipam/vrf.html
@@ -1,6 +1,5 @@
{% extends 'generic/object.html' %}
{% load buttons %}
-{% load custom_links %}
{% load helpers %}
{% load plugins %}
diff --git a/netbox/templates/virtualization/cluster/base.html b/netbox/templates/virtualization/cluster/base.html
index ff8b18ba3..0ae02d2ce 100644
--- a/netbox/templates/virtualization/cluster/base.html
+++ b/netbox/templates/virtualization/cluster/base.html
@@ -1,7 +1,6 @@
{% extends 'generic/object.html' %}
{% load buttons %}
{% load helpers %}
-{% load custom_links %}
{% load plugins %}
{% block breadcrumbs %}
diff --git a/netbox/templates/virtualization/virtualmachine.html b/netbox/templates/virtualization/virtualmachine.html
index 4df6f156f..951ed2bf1 100644
--- a/netbox/templates/virtualization/virtualmachine.html
+++ b/netbox/templates/virtualization/virtualmachine.html
@@ -1,6 +1,5 @@
{% extends 'virtualization/virtualmachine/base.html' %}
{% load buttons %}
-{% load custom_links %}
{% load static %}
{% load helpers %}
{% load plugins %}
diff --git a/netbox/templates/virtualization/virtualmachine/base.html b/netbox/templates/virtualization/virtualmachine/base.html
index 5310aa531..bcda700fc 100644
--- a/netbox/templates/virtualization/virtualmachine/base.html
+++ b/netbox/templates/virtualization/virtualmachine/base.html
@@ -1,7 +1,6 @@
{% extends 'generic/object.html' %}
{% load buttons %}
{% load helpers %}
-{% load custom_links %}
{% load plugins %}
{% block breadcrumbs %}