From 3379501b3b971bfc9a8484773de141d901288da1 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Sun, 19 Jul 2009 18:47:09 +0200 Subject: [PATCH] added channel id to channel detail page (visible for admins only) --- template/mumble/mumble.htm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/template/mumble/mumble.htm b/template/mumble/mumble.htm index b5e3811..b8d0938 100644 --- a/template/mumble/mumble.htm +++ b/template/mumble/mumble.htm @@ -116,6 +116,9 @@ {% else %}

{% trans "Channel" %} {{ item.name }}

+ {% if CurrentUserIsAdmin %} + {% trans "Channel" %} ID: {{ item.chanid }}
+ {% endif %} {% trans "Connect" %} {% if item.description %}