Query release features to toggle commercial theme

This commit is contained in:
Jeremy Stretch 2024-07-19 17:07:27 -04:00
parent 4342024613
commit a5d7071274

View File

@ -21,7 +21,7 @@ Blocks:
{# Sidebar #}
<aside class="navbar navbar-vertical navbar-expand-lg">
{% if settings.RELEASE.edition != 'Community' %}
{% if 'commercial' in settings.RELEASE.features %}
<img class="motif" src="{% static 'motif.svg' %}" alt="{% trans "NetBox Motif" %}">
{% endif %}