mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #7096: Home links should honor BASE_PATH configuration
This commit is contained in:
@@ -9,5 +9,5 @@
|
||||
{% block title %}{% if name %}{{ name }} | {% endif %}NetBox REST API{% endblock %}
|
||||
|
||||
{% block branding %}
|
||||
<a class="navbar-brand" href="/{{ settings.BASE_PATH }}">NetBox</a>
|
||||
<a class="navbar-brand" href="{% url 'home' %}">NetBox</a>
|
||||
{% endblock branding %}
|
||||
|
Reference in New Issue
Block a user