1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Branded the browsable API template

This commit is contained in:
Jeremy Stretch
2017-10-11 14:47:43 -04:00
parent 924cf9bfd4
commit b301b8f6f2

View File

@@ -0,0 +1,5 @@
{% extends 'rest_framework/base.html' %}
{% block branding %}
<a class="navbar-brand" href="/{{ settings.BASE_PATH }}">NetBox</a>
{% endblock %}