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

Fixes #11185: Fix TemplateSyntaxError when viewing custom script results

This commit is contained in:
jeremystretch
2022-12-15 09:29:56 -05:00
parent ba12675267
commit 77423e7bb1
2 changed files with 5 additions and 0 deletions

View File

@@ -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)