From b2121913b6b0ec0145702df2561c4b279a6b111c Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Sat, 13 Aug 2022 13:47:22 +0100 Subject: [PATCH] Add relay number to channel list --- .../manage/threshold/irc/network/channels.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/core/templates/manage/threshold/irc/network/channels.html b/core/templates/manage/threshold/irc/network/channels.html index 1096b62..5a95818 100644 --- a/core/templates/manage/threshold/irc/network/channels.html +++ b/core/templates/manage/threshold/irc/network/channels.html @@ -6,21 +6,25 @@ + - {% for channel, info in channels.items %} + {% for channel in channels %} +
channelnum actions
- {{ channel }} + {{ channel.name }} - {{ info }} + {{ channel.users }} + {{ channel.num }} +