|
|
@@ -40,7 +40,7 @@
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
<h1>{% block title %}{{ object }}{% endblock %}</h1>
|
|
|
- {% include 'inc/created_updated.html' with obj=powerpanel %}
|
|
|
+ {% include 'inc/created_updated.html' %}
|
|
|
<div class="pull-right noprint">
|
|
|
{% custom_links object %}
|
|
|
</div>
|
|
|
@@ -85,7 +85,7 @@
|
|
|
{% plugin_left_page object %}
|
|
|
</div>
|
|
|
<div class="col-md-6">
|
|
|
- {% include 'inc/custom_fields_panel.html' with obj=powerpanel %}
|
|
|
+ {% include 'inc/custom_fields_panel.html' with obj=object %}
|
|
|
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='dcim:powerpanel_list' %}
|
|
|
{% plugin_right_page object %}
|
|
|
</div>
|