From 542e1d710d4ca0fe18a4d4dca79455759408ed82 Mon Sep 17 00:00:00 2001 From: Ole Laursen <olau@iola.dk> Date: Thu, 29 Jan 2015 14:45:20 +0000 Subject: [PATCH] Summary: Add small hack to be able to hide the left menu for the meeting agenda pages - Legacy-Id: 8945 --- ietf/templates/ietf.html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ietf/templates/ietf.html b/ietf/templates/ietf.html index 698121885..691a672f1 100644 --- a/ietf/templates/ietf.html +++ b/ietf/templates/ietf.html @@ -97,7 +97,8 @@ </div> {% endif %} - <div class="row"> + {% if not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #} + <div class="row"> <div class="col-xs-3 col-md-2 leftmenu"> <ul class="nav nav-pills nav-stacked panel panel-default panel-body"> {% with "left" as flavor %} @@ -112,10 +113,14 @@ <b>You are using an outdated browser.</b> Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience. </p> <![endif]--> - {% block content %}{% endblock %} - {% block content_end %}{% endblock %} + + {% endif %} + {% block content %}{% endblock %} + {% block content_end %}{% endblock %} + {% if not hide_menu %} </div> </div> + {% endif %} <footer class="row"> <div class="col-md-12 hidden-xs">