Remove leftover code

This commit is contained in:
Mark Veidemanis 2022-07-27 08:29:36 +01:00
parent b7411fd664
commit e3f4c72ce2
Signed by: m
GPG Key ID: 5ACFCEED46C0904F
1 changed files with 0 additions and 9 deletions

View File

@ -84,12 +84,3 @@ class ThresholdIRCNetworkChannels(SuperUserRequiredMixin, View):
channels = get_irc_channels(net)
context = {"channels": channels["channels"]}
return render(request, self.template_name, context)
# CRUD stuff
class ThresholdIRCNetworkEdit(SuperUserRequiredMixin, APIView):
"""
Edit a network's attributes.
"""
parser_classes = [FormParser]