|
|
@@ -169,7 +169,6 @@
|
|
|
<div class="float-end text-warning">
|
|
|
<i class="mdi mdi-alert" title="{{ deprecation_warning }}"></i>
|
|
|
</div>
|
|
|
- <a href="tel:{{ object.contact_
|
|
|
<a href="mailto:{{ object.contact_email }}">{{ object.contact_email }}</a>
|
|
|
{% else %}
|
|
|
<span class="text-muted">—</span>
|
|
|
@@ -181,7 +180,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
{% include 'inc/panels/custom_fields.html' %}
|
|
|
- {% include 'inc/panels/tags.html' with tags=object.tags.all url='dcim:site_list' %}
|
|
|
+ {% include 'inc/panels/tags.html' %}
|
|
|
{% include 'inc/panels/comments.html' %}
|
|
|
{% plugin_left_page object %}
|
|
|
</div>
|