Remove unused template

This commit is contained in:
jeremystretch
2023-03-15 14:08:56 -04:00
parent da7293524e
commit 43bba935c3
2 changed files with 0 additions and 49 deletions

View File

@@ -990,7 +990,6 @@ class FHRPGroupView(generic.ObjectView):
class FHRPGroupEditView(generic.ObjectEditView):
queryset = FHRPGroup.objects.all()
form = forms.FHRPGroupForm
template_name = 'ipam/fhrpgroup_edit.html'
def get_return_url(self, request, obj=None):
return_url = super().get_return_url(request, obj)