From 7f45745af9579755a9936335248840f9e57ead7c Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Sat, 24 Mar 2018 17:53:37 +0000 Subject: [PATCH] Fixed the base template to have id='content' for the content also when not showing the left-hand menu. - Legacy-Id: 14911 --- ietf/templates/base.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 2996da383..be60c15eb 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -106,13 +106,16 @@ You are using an outdated browser. Please upgrade your browser to improve your experience.

- + {% else %} +
{% endif %} {% block content %}{{ content|safe }}{% endblock %} {% block content_end %}{% endblock %} {% if request.COOKIES.left_menu == "on" and not hide_menu %}
+ {% else %} + {% endif %} {% block footer %}