Просмотр исходного кода

Fixes #11185: Fix TemplateSyntaxError when viewing custom script results

jeremystretch 3 лет назад
Родитель
Сommit
77423e7bb1

+ 4 - 0
docs/release-notes/version-3.4.md

@@ -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 - 0
netbox/templates/extras/htmx/script_result.html

@@ -1,3 +1,4 @@
+{% load humanize %}
 {% load helpers %}
 {% load log_levels %}