From 1bbecef77d2345a78472f3d3e024fa55db55ff2e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 7 Apr 2026 11:48:40 -0400 Subject: [PATCH] Fixes #21841: Fix display of the "edit" button for script modules (#21851) --- netbox/templates/extras/inc/script_list_content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netbox/templates/extras/inc/script_list_content.html b/netbox/templates/extras/inc/script_list_content.html index 783d6eac1..43f813478 100644 --- a/netbox/templates/extras/inc/script_list_content.html +++ b/netbox/templates/extras/inc/script_list_content.html @@ -11,7 +11,7 @@

{{ module }}
- {% if perms.extras.edit_scriptmodule %} + {% if perms.extras.change_scriptmodule %} {% trans "Edit" %}