From 31611203ebb81cd1e9a905b053f4330c48eb35ca Mon Sep 17 00:00:00 2001 From: TakeMeNL Date: Thu, 14 Feb 2019 14:48:25 +0100 Subject: [PATCH] ipaddress.vrf already includes ipaddress.vrf.rd --- netbox/templates/ipam/ipaddress.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/ipam/ipaddress.html b/netbox/templates/ipam/ipaddress.html index f822ac2b8..b23809e3a 100644 --- a/netbox/templates/ipam/ipaddress.html +++ b/netbox/templates/ipam/ipaddress.html @@ -67,7 +67,7 @@ VRF {% if ipaddress.vrf %} - {{ ipaddress.vrf }} ({{ ipaddress.vrf.rd }}) + {{ ipaddress.vrf }} {% else %} Global {% endif %}