From 646b7e52ad6f61a7c5c9503e95222db2e2720d9d Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 14 Mar 2022 18:38:33 +0200 Subject: [PATCH] fix: Move the navbar last, for text-based browsers (#3636) Fixes #3632. --- ietf/templates/base.html | 79 ++++++++++++++++++++-------------------- 1 file changed, 40 insertions(+), 39 deletions(-) diff --git a/ietf/templates/base.html b/ietf/templates/base.html index 12c2def68..e3b8e41cd 100644 --- a/ietf/templates/base.html +++ b/ietf/templates/base.html @@ -35,45 +35,6 @@ -
{% if request.COOKIES.left_menu == "on" and not hide_menu %} @@ -142,6 +103,46 @@ {% endblock %}
+ {# placing the navbar here moves it to the bottom of the page for text-based browsers #} + {% block js %} {% endblock %}