Branded the browsable API template

This commit is contained in:
Jeremy Stretch 2017-10-11 14:47:43 -04:00
parent dd0e9e6d32
commit 5dcc3b2725

View File

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