From 73c898dc52fb39909ed3ecfe88cca4ac1ef231da Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Mon, 14 Mar 2022 13:15:49 +0200 Subject: [PATCH] fix: Move the navbar last, for text-based browsers 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 12c2def686e..e3b8e41cdc7 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 %}