diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py index a5e499f50..963e0d58f 100644 --- a/netbox/ipam/tables.py +++ b/netbox/ipam/tables.py @@ -21,13 +21,13 @@ PREFIX_LINK = """ {% else %} {% endif %} - {{ record.prefix }} + {{ record.prefix }} """ PREFIX_LINK_BRIEF = """ - {{ record.prefix }} + {{ record.prefix }} """ diff --git a/netbox/templates/ipam/prefix.html b/netbox/templates/ipam/prefix.html index e0b82b750..6ed18ef29 100644 --- a/netbox/templates/ipam/prefix.html +++ b/netbox/templates/ipam/prefix.html @@ -86,7 +86,7 @@