From 03d3bbcddb3e1d9e500b7e278d6b3b406fd4dc85 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 3 Mar 2017 10:47:16 -0500 Subject: [PATCH] Fixes #938: Provider view yields an error if one or more circuits is assigned to a tenant --- netbox/templates/circuits/provider.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/circuits/provider.html b/netbox/templates/circuits/provider.html index 5465b8599..7c902fcd2 100644 --- a/netbox/templates/circuits/provider.html +++ b/netbox/templates/circuits/provider.html @@ -152,7 +152,7 @@ {% if c.tenant %} - {{ c.tenant }} + {{ c.tenant }} {% else %} {% endif %}