We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e6707 commit 7f45745Copy full SHA for 7f45745
1 file changed
ietf/templates/base.html
@@ -106,13 +106,16 @@
106
<b>You are using an outdated browser.</b> Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.
107
</p>
108
<![endif]-->
109
-
+ {% else %}
110
+ <div id="content">
111
{% endif %}
112
{% block content %}{{ content|safe }}{% endblock %}
113
{% block content_end %}{% endblock %}
114
{% if request.COOKIES.left_menu == "on" and not hide_menu %}
115
</div>
116
117
118
+ </div>
119
120
121
{% block footer %}
0 commit comments