diff --git a/netbox/extras/constants.py b/netbox/extras/constants.py index 14c25e2f5..4daf32839 100644 --- a/netbox/extras/constants.py +++ b/netbox/extras/constants.py @@ -46,7 +46,6 @@ CUSTOM_LINK_MODELS = [ 'dcim.powerfeed', 'dcim.rack', 'dcim.site', - 'dcim.region', 'ipam.aggregate', 'ipam.ipaddress', 'ipam.prefix', diff --git a/netbox/templates/circuits/circuit.html b/netbox/templates/circuits/circuit.html index 8c9620dc1..a29a2ed7c 100644 --- a/netbox/templates/circuits/circuit.html +++ b/netbox/templates/circuits/circuit.html @@ -1,4 +1,5 @@ {% extends '_base.html' %} +{% load custom_links %} {% load helpers %} {% block title %}{{ circuit }}{% endblock %} @@ -41,6 +42,9 @@