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

Fix breadcrumbs display for object changes

This commit is contained in:
jeremystretch
2021-07-20 16:24:03 -04:00
parent dd58ef1de5
commit 74e0d0396a

View File

@@ -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 %}
<div class="row mb-3">
<div class="col col-md-5">