File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -97,7 +97,8 @@ <h4 class="modal-title" id="navmodallabel">Area & 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 & 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 ">
You can’t perform that action at this time.
0 commit comments