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