Skip to content

Commit 542e1d7

Browse files
committed
Summary: Add small hack to be able to hide the left menu for the
meeting agenda pages - Legacy-Id: 8945
1 parent a2a7e29 commit 542e1d7

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

ietf/templates/ietf.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ <h4 class="modal-title" id="navmodallabel">Area &amp; WG navigation</h4>
9797
</div>
9898
{% endif %}
9999

100-
<div class="row">
100+
{% if not hide_menu %} {# ugly hack for the more or less unported meeting agenda edit pages #}
101+
<div class="row">
101102
<div class="col-xs-3 col-md-2 leftmenu">
102103
<ul class="nav nav-pills nav-stacked panel panel-default panel-body">
103104
{% with "left" as flavor %}
@@ -112,10 +113,14 @@ <h4 class="modal-title" id="navmodallabel">Area &amp; WG navigation</h4>
112113
<b>You are using an outdated browser.</b> Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
113114
</p>
114115
<![endif]-->
115-
{% block content %}{% endblock %}
116-
{% block content_end %}{% endblock %}
116+
117+
{% endif %}
118+
{% block content %}{% endblock %}
119+
{% block content_end %}{% endblock %}
120+
{% if not hide_menu %}
117121
</div>
118122
</div>
123+
{% endif %}
119124

120125
<footer class="row">
121126
<div class="col-md-12 hidden-xs">

0 commit comments

Comments
 (0)