Rename bulk operation templates

This commit is contained in:
jeremystretch
2022-02-08 11:49:18 -05:00
parent 1e55d064ab
commit 270288f730
11 changed files with 9 additions and 9 deletions

View File

@@ -266,7 +266,7 @@ class ClusterAddDevicesView(generic.ObjectEditView):
class ClusterRemoveDevicesView(generic.ObjectEditView):
queryset = Cluster.objects.all()
form = forms.ClusterRemoveDevicesForm
template_name = 'generic/object_bulk_remove.html'
template_name = 'generic/bulk_remove.html'
def post(self, request, pk):