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

#8684: Remove obsolete 'obj' var from custom link context

This commit is contained in:
jeremystretch
2023-04-19 09:58:18 -04:00
parent d5d2431cbd
commit b84ac184c2
3 changed files with 1 additions and 2 deletions

View File

@ -27,7 +27,6 @@ The following context data is available within the template when rendering a cus
| Variable | Description |
|-----------|-------------------------------------------------------------------------------------------------------------------|
| `object` | The NetBox object being displayed |
| `obj` | Same as `object`; maintained for backward compatability until NetBox v3.5 |
| `debug` | A boolean indicating whether debugging is enabled |
| `request` | The current WSGI request |
| `user` | The current user (if authenticated) |