From 2b2e43c132c01b9c55e0968c9f62b76f9eab1ffa Mon Sep 17 00:00:00 2001 From: nkeulen Date: Sat, 27 Feb 2021 18:23:57 +0100 Subject: [PATCH] Removed trailing whitespace, tests now pass --- 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 b9d3d9edb..5baa36595 100644 --- a/netbox/ipam/tables.py +++ b/netbox/ipam/tables.py @@ -114,8 +114,8 @@ TENANT_LINK = """ {{ record.tenant }} {% elif record.vrf.tenant %} {{ record.vrf.tenant }}* -{% elif object.tenant %} - {{ object.tenant }} +{% elif object.tenant %} + {{ object.tenant }} {% else %} — {% endif %}