From 0a6451920e933f55a18e6c8f76b34ad1c12b02af Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 7 Apr 2026 11:21:05 -0400 Subject: [PATCH] Fixes #21841: Fix display of the "edit" button for script modules --- 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" %}