From f0783c49992e4f7c91f37f3e03c5c7ea09aa961d Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 24 May 2024 08:44:08 -0700 Subject: [PATCH] 16050 change to use Meta.description --- netbox/templates/extras/script/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/extras/script/base.html b/netbox/templates/extras/script/base.html index 37575312d..725e4737c 100644 --- a/netbox/templates/extras/script/base.html +++ b/netbox/templates/extras/script/base.html @@ -17,7 +17,7 @@ {% block subtitle %}
- {{ script.python_class.description|markdown }} + {{ script.python_class.Meta.description|markdown }}
{% endblock subtitle %}