From 74e0d0396ade9f4d06453a5ba758f87ab46bf976 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Tue, 20 Jul 2021 16:24:03 -0400 Subject: [PATCH] Fix breadcrumbs display for object changes --- netbox/templates/extras/objectchange.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/netbox/templates/extras/objectchange.html b/netbox/templates/extras/objectchange.html index 8774f3669..b7bc12446 100644 --- a/netbox/templates/extras/objectchange.html +++ b/netbox/templates/extras/objectchange.html @@ -1,4 +1,4 @@ -{% extends 'base/layout.html' %} +{% extends 'generic/object.html' %} {% load helpers %} {% block title %}{{ object }}{% endblock %} @@ -14,6 +14,10 @@ {% endif %} {% endblock %} +{# ObjectChange does not support the default add/edit/delete controls #} +{% block controls %}{% endblock %} +{% block subtitle %}{% endblock %} + {% block content %}