Closes #3183: Enable bulk deletion of sites

This commit is contained in:
Jeremy Stretch
2019-05-16 20:24:55 -04:00
parent 2f32488c25
commit 9b47e57e8e
4 changed files with 13 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
<h1>{% block title %}Sites{% endblock %}</h1>
<div class="row">
<div class="col-md-9">
{% include 'utilities/obj_table.html' with bulk_edit_url='dcim:site_bulk_edit' %}
{% include 'utilities/obj_table.html' with bulk_edit_url='dcim:site_bulk_edit' bulk_delete_url='dcim:site_bulk_delete' %}
</div>
<div class="col-md-3 noprint">
{% include 'inc/search_panel.html' %}