Revert omission of external footer links

This commit is contained in:
Jeremy Stretch 2024-08-02 08:01:15 -04:00
parent bec1de00f3
commit 810cb87e36

View File

@ -164,7 +164,6 @@ Blocks:
</a>
</li>
{% endif %}
{% if not settings.ISOLATED_DEPLOYMENT %}
{# GitHub #}
<li class="list-inline-item">
<a href="https://github.com/netbox-community/netbox" target="_blank" class="link-secondary" rel="noopener">
@ -177,7 +176,6 @@ Blocks:
<i title="{% trans "Community" %}" class="mdi mdi-slack text-primary" data-bs-placement="top" data-bs-toggle="tooltip"></i>
</a>
</li>
{% endif %}
{% endblock footer_links %}
</ul>
{# /Footer links #}