1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update templates to use "object" context var

This commit is contained in:
Jeremy Stretch
2020-11-19 12:24:52 -05:00
parent 3e7cf416f1
commit d5d87e0fdd
27 changed files with 611 additions and 611 deletions

View File

@@ -82,7 +82,7 @@ class TenantView(generic.ObjectView):
}
return render(request, 'tenancy/tenant.html', {
'tenant': tenant,
'object': tenant,
'stats': stats,
})