diff --git a/netbox/templates/dcim/inc/interface.html b/netbox/templates/dcim/inc/interface.html
index b8d090231..75869db52 100644
--- a/netbox/templates/dcim/inc/interface.html
+++ b/netbox/templates/dcim/inc/interface.html
@@ -31,7 +31,7 @@
{% if iface.description %}
{{ iface.description }}
{% endif %}
- {% for tag in iface.tags.all.unrestricted %}
+ {% for tag in iface.tags.all %}
{% tag tag %}
{% empty %}
{% if not iface.description %}—{% endif %}
diff --git a/netbox/templates/extras/inc/tags_panel.html b/netbox/templates/extras/inc/tags_panel.html
index d03932354..2024d4ab7 100644
--- a/netbox/templates/extras/inc/tags_panel.html
+++ b/netbox/templates/extras/inc/tags_panel.html
@@ -4,7 +4,7 @@
Tags