From fb58c0d6f4099226bbcba15d60f18c266ec1e2b4 Mon Sep 17 00:00:00 2001 From: Ole Laursen Date: Sat, 25 Feb 2012 14:52:36 +0000 Subject: [PATCH] Don't show stream if we don't have any streams - Legacy-Id: 3975 --- ietf/templates/base_leftmenu.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/templates/base_leftmenu.html b/ietf/templates/base_leftmenu.html index 391a34ae0..62727a0cc 100644 --- a/ietf/templates/base_leftmenu.html +++ b/ietf/templates/base_leftmenu.html @@ -52,8 +52,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  • Working Groups
  • {# FIXME: wgcharter
  • Working Groups
  • #} {% endif %} -{% if user %} {% get_user_managed_streams user as stream_list %} +{% if stream_list %}
  • Streams
  • {% for stream in stream_list %} {{ stream.name }} stream