From 903ef4917a02ea53a8fb82fc52addb807fc106de Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Fri, 2 Jun 2017 09:48:06 +0200 Subject: [PATCH] Feat - Added aria-label and a new region for accessibility purpose Navigating the page with a reader is easier is there is aria-label and region. https://www.w3.org/WAI/ --- rest_framework/templates/rest_framework/base.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rest_framework/templates/rest_framework/base.html b/rest_framework/templates/rest_framework/base.html index bd87ba8a6..2587567d7 100644 --- a/rest_framework/templates/rest_framework/base.html +++ b/rest_framework/templates/rest_framework/base.html @@ -32,7 +32,8 @@
{% block navbar %} -