1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Clean up TODO notes

This commit is contained in:
Jeremy Stretch
2020-02-14 13:30:53 -05:00
parent 815a46bfbe
commit 440f754fec
3 changed files with 0 additions and 5 deletions

View File

@@ -1062,7 +1062,6 @@ class DeviceListView(PermissionRequiredMixin, ObjectListView):
filterset = filters.DeviceFilterSet
filterset_form = forms.DeviceFilterForm
table = tables.DeviceDetailTable
# TODO: Remove custom template
template_name = 'dcim/device_list.html'