From a0a1a7c0f2d23e466956f79c79c85d9249b1af3c Mon Sep 17 00:00:00 2001 From: Arthur Date: Fri, 24 May 2024 08:52:24 -0700 Subject: [PATCH] 16050 change to use Meta.description --- netbox/templates/extras/script_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/extras/script_list.html b/netbox/templates/extras/script_list.html index 23240ea30..27b6115a7 100644 --- a/netbox/templates/extras/script_list.html +++ b/netbox/templates/extras/script_list.html @@ -64,7 +64,7 @@ {% endif %} - {{ script.python_class.description|markdown|placeholder }} + {{ script.python_class.Meta.description|markdown|placeholder }} {% if last_job %} {{ last_job.created|isodatetime }}