mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Fixes #11185: Fix TemplateSyntaxError when viewing custom script results
This commit is contained in:
parent
3e24689149
commit
16587255cf
@ -2,6 +2,10 @@
|
||||
|
||||
## v3.4.1 (FUTURE)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* [#11185](https://github.com/netbox-community/netbox/issues/11185) - Fix TemplateSyntaxError when viewing custom script results
|
||||
|
||||
---
|
||||
|
||||
## v3.4.0 (2022-12-14)
|
||||
|
@ -1,3 +1,4 @@
|
||||
{% load humanize %}
|
||||
{% load helpers %}
|
||||
{% load log_levels %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user