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

Update created_updated.html

This commit is contained in:
Jeremy Stretch
2020-11-19 13:44:34 -05:00
parent e5caea04c1
commit 790e1ee2e4
24 changed files with 28 additions and 28 deletions

View File

@@ -26,7 +26,7 @@
{% endif %}
</div>
<h1>{% block title %}{{ object }}{% endblock %}</h1>
{% include 'inc/created_updated.html' with obj=secret %}
{% include 'inc/created_updated.html' %}
<div class="pull-right noprint">
{% custom_links object %}
</div>
@@ -66,7 +66,7 @@
</tr>
</table>
</div>
{% include 'inc/custom_fields_panel.html' with obj=secret %}
{% include 'inc/custom_fields_panel.html' with obj=object %}
{% plugin_left_page object %}
</div>
<div class="col-md-6">