Fixed the base template to have id='content' for the content also when not showing the left-hand menu.

- Legacy-Id: 14911
This commit is contained in:
Henrik Levkowetz 2018-03-24 17:53:37 +00:00
parent 78e6707c3a
commit 7f45745af9

View file

@ -106,13 +106,16 @@
<b>You are using an outdated browser.</b> Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
</p>
<![endif]-->
{% else %}
<div id="content">
{% endif %}
{% block content %}{{ content|safe }}{% endblock %}
{% block content_end %}{% endblock %}
{% if request.COOKIES.left_menu == "on" and not hide_menu %}
</div>
</div>
{% else %}
</div>
{% endif %}
{% block footer %}