From dc847ce4d6f26d200717b0578a6a8921ad1e1d67 Mon Sep 17 00:00:00 2001 From: Nick Peelman Date: Tue, 5 Jul 2016 11:55:06 -0400 Subject: [PATCH] Fix connected interface template rendering... --- netbox/templates/dcim/inc/_interface.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/netbox/templates/dcim/inc/_interface.html b/netbox/templates/dcim/inc/_interface.html index 28d14946d..f1a2665ff 100644 --- a/netbox/templates/dcim/inc/_interface.html +++ b/netbox/templates/dcim/inc/_interface.html @@ -11,8 +11,7 @@ {% with iface.get_connected_interface as connected_iface %} {{ connected_iface.device }} - - + ∷ {{ connected_iface }} {% endwith %}