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:
@@ -82,7 +82,7 @@ class TenantView(generic.ObjectView):
|
||||
}
|
||||
|
||||
return render(request, 'tenancy/tenant.html', {
|
||||
'tenant': tenant,
|
||||
'object': tenant,
|
||||
'stats': stats,
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user