mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Branded the browsable API template
This commit is contained in:
parent
924cf9bfd4
commit
b301b8f6f2
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