mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Branded the browsable API template
This commit is contained in:
parent
dd0e9e6d32
commit
5dcc3b2725
5
netbox/templates/rest_framework/api.html
Normal file
5
netbox/templates/rest_framework/api.html
Normal file
@ -0,0 +1,5 @@
|
||||
{% extends 'rest_framework/base.html' %}
|
||||
|
||||
{% block branding %}
|
||||
<a class="navbar-brand" href="/{{ settings.BASE_PATH }}">NetBox</a>
|
||||
{% endblock %}
|
Loading…
Reference in New Issue
Block a user