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 }} +