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

Update ObjectChangeLogView to use "object" context var

This commit is contained in:
Jeremy Stretch
2020-11-19 11:49:37 -05:00
parent e2d2ff8586
commit 3e7cf416f1
4 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,8 @@
{% extends base_template %}
{% block title %}{% if obj %}{{ obj }}{% else %}{{ block.super }}{% endif %} - Change Log{% endblock %}
{% block title %}{{ block.super }} - Change Log{% endblock %}
{% block content %}
{% if obj %}<h1>{{ obj }}</h1>{% endif %}
{% include 'panel_table.html' %}
{% include 'inc/paginator.html' with paginator=table.paginator page=table.page %}
<div class="text-muted">