diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 7fce92c5c..c31896256 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -55,7 +55,7 @@ Blocks: {# Release info #}
{{ settings.RELEASE.name }} - {% if not settings.RELEASE.features.commercial %} + {% if not settings.RELEASE.features.commercial and not settings.ISOLATED_DEPLOYMENT %}
{% trans "Get" %} Cloud | {% trans "Get" %} Enterprise @@ -184,7 +184,7 @@ Blocks: {% endif %} {# Commercial links #} - {% if settings.RELEASE.features.commercial %} + {% if settings.RELEASE.features.commercial and not settings.ISOLATED_DEPLOYMENT %} {# LinkedIn #}
  • @@ -199,7 +199,7 @@ Blocks:
  • {# Community links #} - {% else %} + {% elif not settings.ISOLATED_DEPLOYMENT %} {# GitHub #}