Adjust conditional

This commit is contained in:
Martin Rødvand 2025-07-27 12:06:25 +02:00
parent 576099e3b8
commit ccec1182d8
No known key found for this signature in database
GPG Key ID: 78C033FCBB88522C

View File

@ -199,8 +199,7 @@ Blocks:
</li>
{# Community links #}
{% else %}
{% if not settings.ISOLATED_DEPLOYMENT %}
{% elif 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" aria-label="{% trans "Source Code" %}">
@ -214,7 +213,6 @@ Blocks:
</a>
</li>
{% endif %}
{% endif %}
{% endblock footer_links %}
</ul>
{# /Footer links #}