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">
@ -130,4 +131,7 @@
{% endif %}
{% endfor %}
</ul>
</div>
</div>
{% endblock content %}