diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d2351ddf..7b3624c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ v2.6.6 (FUTURE) ## Bug Fixes +* [#3571](https://github.com/netbox-community/netbox/issues/3571) - Prevent erroneous redirects when editing tags * [#3573](https://github.com/netbox-community/netbox/issues/3573) - Ensure consistent display of changelog retention period * [#3574](https://github.com/netbox-community/netbox/issues/3574) - Change `device` to `parent` in interface editing VLAN filtering logic * [#3575](https://github.com/netbox-community/netbox/issues/3575) - Restore label for comments field when bulk editing circuits diff --git a/netbox/templates/extras/tag.html b/netbox/templates/extras/tag.html index 3011e2d3b..c38bc2f50 100644 --- a/netbox/templates/extras/tag.html +++ b/netbox/templates/extras/tag.html @@ -24,7 +24,7 @@
{% if perms.taggit.change_tag %} - + Edit this tag