diff --git a/netbox/templates/core/plugin.html b/netbox/templates/core/plugin.html index 94307dc14..b66d53061 100644 --- a/netbox/templates/core/plugin.html +++ b/netbox/templates/core/plugin.html @@ -32,7 +32,7 @@ {% trans "Overview" %} - {% if True or not plugin.is_local and 'commercial' not in settings.RELEASE.features %} + {% if not plugin.is_local and not settings.RELEASE.features.commercial %}