mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-23 04:22:01 -06:00
Fix breadcrumbs display for object changes
This commit is contained in:
parent
dd58ef1de5
commit
74e0d0396a
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user