Begin implementing adding channel limits

This commit is contained in:
2022-08-12 23:32:23 +01:00
parent ddb737fdc6
commit 52f3e8f1b2
3 changed files with 48 additions and 21 deletions

View File

@@ -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)