Fixed up the div tree to bring back the section navigation on the IESG agenda, and fixed the div level and width for the footer.

- Legacy-Id: 12731
This commit is contained in:
Henrik Levkowetz 2017-01-25 21:41:03 +00:00
parent 9f771d4a84
commit c86c6e5d4e

View file

@ -20,7 +20,8 @@
{% block content %}
{% origin %}
<div class="row">
<div class="col-md-10">
<h1>IESG agenda: {{ date }} </h1>
<ul class="nav nav-tabs" role="tablist">
@ -124,10 +125,13 @@
<div class="col-md-2 hidden-print bs-docs-sidebar" id="affix">
<ul class="nav nav-pills nav-stacked small" data-spy="affix">
{% for num, section in sections %}
{% if num|sectionlevel <= 1 %}
{% for num, section in sections %}
{% if num|sectionlevel <= 1 %}
<li><a href="#{{num}}">{{ section.title|safe }}</a></li>
{% endif %}
{% endfor %}
</ul>
</div>
</div>
{% endblock content %}