Rearrange site view layout

This commit is contained in:
jeremystretch 2021-11-04 15:58:52 -04:00
parent 806dcd74ec
commit 0bbd186635

View File

@ -95,6 +95,14 @@
{% endif %}
</td>
</tr>
</table>
</div>
</div>
<div class="card">
<h5 class="card-header">Contact Info</h5>
<div class="card-body">
{% with deprecation_warning="This field will be removed in a future release. Please migrate this data to contact objects." %}
<table class="table table-hover attr-table">
<tr>
<th scope="row">Physical Address</th>
<td>
@ -129,15 +137,6 @@
{% endif %}
</td>
</tr>
</table>
</div>
</div>
{% include 'inc/panels/contacts.html' %}
<div class="card">
<h5 class="card-header">Contact Info</h5>
<div class="card-body">
{% with deprecation_warning="This field will be removed in a future release. Please migrate this data to contact objects." %}
<table class="table table-hover attr-table">
<tr>
<th scope="row">Contact Name</th>
<td>
@ -180,8 +179,8 @@
</div>
</div>
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
{% include 'inc/panels/comments.html' %}
{% include 'inc/panels/contacts.html' %}
{% plugin_left_page object %}
</div>
<div class="col col-md-5">