From 60e03eb84163db8688e42df8f67182e2634cf705 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 1 Oct 2019 10:11:23 -0400 Subject: [PATCH] Override DRF's builtin Bootstrap with NetBox's own more recent copy --- netbox/templates/rest_framework/api.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/netbox/templates/rest_framework/api.html b/netbox/templates/rest_framework/api.html index 76f43629b..83a114c3a 100644 --- a/netbox/templates/rest_framework/api.html +++ b/netbox/templates/rest_framework/api.html @@ -1,4 +1,10 @@ {% extends 'rest_framework/base.html' %} +{% load static %} + +{% block bootstrap_theme %} + + +{% endblock %} {% block branding %} NetBox