From 7557220d5d00ad551a06cdef8abe2819af3845a3 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 8 Aug 2017 11:48:51 -0400 Subject: [PATCH] Fixes #1389: Avoid splitting carat/prefix on prefix list --- netbox/ipam/tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netbox/ipam/tables.py b/netbox/ipam/tables.py index af82042dd..96127aec5 100644 --- a/netbox/ipam/tables.py +++ b/netbox/ipam/tables.py @@ -45,9 +45,9 @@ ROLE_ACTIONS = """ PREFIX_LINK = """ {% if record.has_children %} - + {% else %} - + {% endif %} {{ record.prefix }}