mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 08:38:16 -06:00
Query release features to toggle commercial theme
This commit is contained in:
parent
4342024613
commit
a5d7071274
@ -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 %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user