From 25b8bf6a2e5cdbf921ca8ba4a994f57c1c859844 Mon Sep 17 00:00:00 2001 From: Michael Manfre Date: Wed, 7 Dec 2022 11:12:43 -0500 Subject: Keyboard navigation --- templates/base.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index ac79b24..df8ebdf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -20,7 +20,8 @@ {% block extra_head %}{% endblock %} - + Skip to Content + Skip to Navigation
{% if user.is_authenticated %} - + - + {% if allows_refresh %} - + {% endif %}
- + {% if not request.identity %} No Identity @@ -52,7 +53,7 @@ {% else %}
- Login + Login {% endif %}
@@ -61,11 +62,11 @@ {% block pre_content %} {% endblock %}
-
+
{% block content %} {% endblock %}
-
+
{% block right_content %} {% include "activities/_menu.html" %} {% endblock %} -- cgit v1.2.3