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 %}