diff --git a/netbox/templates/base/layout.html b/netbox/templates/base/layout.html index 9eaacc01c..6470dcbbf 100644 --- a/netbox/templates/base/layout.html +++ b/netbox/templates/base/layout.html @@ -200,19 +200,19 @@ Blocks: {# Community links #} {% else %} - {% if not settings.ISOLATED_DEPLOYMENT %} - {# GitHub #} -
  • - - - -
  • - {# NetDev Slack #} -
  • - - - -
  • + {% if not settings.ISOLATED_DEPLOYMENT %} + {# GitHub #} +
  • + + + +
  • + {# NetDev Slack #} +
  • + + + +
  • {% endif %} {% endif %} {% endblock footer_links %}