From 018833bf6ef244a94ab61172e5701862e2844d17 Mon Sep 17 00:00:00 2001 From: Alex Gittings Date: Tue, 15 Mar 2022 13:15:29 +0000 Subject: [PATCH] Closes: #8552 - Implement Assign Device to Rack --- netbox/dcim/tables/template_code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/dcim/tables/template_code.py b/netbox/dcim/tables/template_code.py index 8cf21a247..4fffc7082 100644 --- a/netbox/dcim/tables/template_code.py +++ b/netbox/dcim/tables/template_code.py @@ -99,7 +99,7 @@ LOCATION_ELEVATIONS = """ # DEVICE_ASSIGN_LINK = """ -{{ record }} +{{ record }} """ #