Reorganize panel inclusion templates

This commit is contained in:
jeremystretch
2021-10-19 14:21:31 -04:00
parent 38bc5de3e8
commit f04dc55030
56 changed files with 154 additions and 156 deletions

View File

@@ -107,7 +107,7 @@
</table>
</div>
</div>
{% include 'inc/custom_fields_panel.html' %}
{% include 'inc/panels/custom_fields.html' %}
{% plugin_left_page object %}
</div>
@@ -145,7 +145,7 @@
<div class="row my-3">
<div class="col col-md-4">
{% include 'extras/inc/tags_panel.html' with tags=object.tags.all url='ipam:ipaddress_list' %}
{% include 'inc/panels/tags.html' with tags=object.tags.all url='ipam:ipaddress_list' %}
</div>
</div>