Begin implementing adding channel limits
This commit is contained in:
@@ -59,6 +59,7 @@ class ThresholdIRCNetworkInfo(SuperUserRequiredMixin, View):
|
||||
def get(self, request, net):
|
||||
network = threshold.get_irc_network(net)
|
||||
context = {"network": network}
|
||||
print("CON", context)
|
||||
return render(request, self.template_name, context)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user