From b301b8f6f289d92af246e3e4d9783ac3d21abae9 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 11 Oct 2017 14:47:43 -0400 Subject: [PATCH] Branded the browsable API template --- netbox/templates/rest_framework/api.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 netbox/templates/rest_framework/api.html diff --git a/netbox/templates/rest_framework/api.html b/netbox/templates/rest_framework/api.html new file mode 100644 index 000000000..76f43629b --- /dev/null +++ b/netbox/templates/rest_framework/api.html @@ -0,0 +1,5 @@ +{% extends 'rest_framework/base.html' %} + +{% block branding %} + NetBox +{% endblock %}