Skip to content

Commit 7f45745

Browse files
committed
Fixed the base template to have id='content' for the content also when not showing the left-hand menu.
- Legacy-Id: 14911
1 parent 78e6707 commit 7f45745

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

ietf/templates/base.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,16 @@
106106
<b>You are using an outdated browser.</b> Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
107107
</p>
108108
<![endif]-->
109-
109+
{% else %}
110+
<div id="content">
110111
{% endif %}
111112
{% block content %}{{ content|safe }}{% endblock %}
112113
{% block content_end %}{% endblock %}
113114
{% if request.COOKIES.left_menu == "on" and not hide_menu %}
114115
</div>
115116
</div>
117+
{% else %}
118+
</div>
116119
{% endif %}
117120

118121
{% block footer %}

0 commit comments

Comments
 (0)