diff --git a/netbox/templates/dcim/consoleport.html b/netbox/templates/dcim/consoleport.html
index a8934357a..ce2c1655d 100644
--- a/netbox/templates/dcim/consoleport.html
+++ b/netbox/templates/dcim/consoleport.html
@@ -79,9 +79,7 @@
{% for item in object.inventory_items.all %}
- {{ item.name }} |
+ {{ item|linkify:"name" }} |
{{ item.label|placeholder }} |
{{ item.role|linkify|placeholder }} |
diff --git a/netbox/templates/dcim/interface.html b/netbox/templates/dcim/interface.html
index 53e2f2103..366509242 100644
--- a/netbox/templates/dcim/interface.html
+++ b/netbox/templates/dcim/interface.html
@@ -152,9 +152,7 @@
|
Name |
-
- {{ iface.name }}
- |
+ {{ iface|linkify:"name" }} |
Type |
@@ -370,9 +368,7 @@
—
{% endif %}
-
- {{ wlan.ssid }}
- |
+ {{ wlan|linkify:"ssid" }} |
{% empty %}
diff --git a/netbox/templates/dcim/powerfeed.html b/netbox/templates/dcim/powerfeed.html
index 18945c0a0..777af5563 100644
--- a/netbox/templates/dcim/powerfeed.html
+++ b/netbox/templates/dcim/powerfeed.html
@@ -127,9 +127,7 @@
Name |
-
- {{ object.connected_endpoint.name }}
- |
+ {{ object.connected_endpoint|linkify:"name" }} |
Type |
diff --git a/netbox/templates/dcim/poweroutlet.html b/netbox/templates/dcim/poweroutlet.html
index 3900d174a..6408bc759 100644
--- a/netbox/templates/dcim/poweroutlet.html
+++ b/netbox/templates/dcim/poweroutlet.html
@@ -85,9 +85,7 @@
Name |
-
- {{ object.connected_endpoint.name }}
- |
+ {{ object.connected_endpoint|linkify:"name" }} |
Type |
diff --git a/netbox/templates/dcim/powerport.html b/netbox/templates/dcim/powerport.html
index a542b3591..6dc06f528 100644
--- a/netbox/templates/dcim/powerport.html
+++ b/netbox/templates/dcim/powerport.html
@@ -85,9 +85,7 @@
Name |
-
- {{ object.connected_endpoint.name }}
- |
+ {{ object.connected_endpoint|linkify:"name" }} |
Type |
diff --git a/netbox/templates/dcim/rack.html b/netbox/templates/dcim/rack.html
index 8b4034bea..2f1efad75 100644
--- a/netbox/templates/dcim/rack.html
+++ b/netbox/templates/dcim/rack.html
@@ -66,7 +66,7 @@
{% if object.tenant %}
{% if object.tenant.group %}
- {{ object.tenant.group|linkify }}/
+ {{ object.tenant.group|linkify }} /
{% endif %}
{{ object|linkify }}
{% else %}
@@ -206,9 +206,7 @@
|
{% for resv in reservations %}
-
- {{ resv.unit_list }}
- |
+ {{ resv|linkify:"unit_list" }} |
{{ resv.tenant|linkify|placeholder }} |
{{ resv.description }}
diff --git a/netbox/templates/extras/object_configcontext.html b/netbox/templates/extras/object_configcontext.html
index 7edeeed27..ab730410e 100644
--- a/netbox/templates/extras/object_configcontext.html
+++ b/netbox/templates/extras/object_configcontext.html
@@ -43,7 +43,7 @@
{{ context.weight }}
- {{ context.name }}
+ {{ context|linkify:"name" }}">
{% if context.description %}
{{ context.description }}
{% endif %}
diff --git a/netbox/templates/extras/objectchange.html b/netbox/templates/extras/objectchange.html
index 70fe19304..c66f675bc 100644
--- a/netbox/templates/extras/objectchange.html
+++ b/netbox/templates/extras/objectchange.html
@@ -61,7 +61,7 @@
| Object |
{% if object.changed_object and object.changed_object.get_absolute_url %}
- {{ object.changed_object }}
+ {{ object.changed_object|linkify }}
{% else %}
{{ object.object_repr }}
{% endif %}
diff --git a/netbox/templates/ipam/inc/panels/fhrp_groups.html b/netbox/templates/ipam/inc/panels/fhrp_groups.html
index 63397a6f5..f83e6a4f3 100644
--- a/netbox/templates/ipam/inc/panels/fhrp_groups.html
+++ b/netbox/templates/ipam/inc/panels/fhrp_groups.html
@@ -16,21 +16,14 @@
|