mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Clean up generic view templates
This commit is contained in:
@@ -184,7 +184,7 @@ class ClusterAddDevicesView(generic.ObjectEditView):
|
||||
class ClusterRemoveDevicesView(generic.ObjectEditView):
|
||||
queryset = Cluster.objects.all()
|
||||
form = forms.ClusterRemoveDevicesForm
|
||||
template_name = 'utilities/obj_bulk_remove.html'
|
||||
template_name = 'generic/object_bulk_remove.html'
|
||||
|
||||
def post(self, request, pk):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user