From d8862927e16e47d7587a6cc964703fefc5a61fc5 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Thu, 31 Oct 2013 11:03:03 -0400 Subject: [PATCH] Add skip link to django template pages. Bug: LMS-1387 --- lms/templates/main_django.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lms/templates/main_django.html b/lms/templates/main_django.html index 262097cfe5..a20d489d8b 100644 --- a/lms/templates/main_django.html +++ b/lms/templates/main_django.html @@ -22,15 +22,16 @@ + {% trans "Skip to this view's content" %} {% include "navigation.html" %} -
+
{% block body %}{% endblock %} {% block bodyextra %}{% endblock %}