changes the skip link text to the industry standard Skip to main content

This commit is contained in:
Mark Sadecki
2015-01-27 16:06:47 -05:00
parent f1fbd0f969
commit 8cffa152d8
3 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ import json
<body class="${dir_rtl} <%block name='bodyclass'></%block> lang_${LANGUAGE_CODE}">
<%block name="view_notes"></%block>
<a class="nav-skip" href="#content">${_("Skip to this view's content")}</a>
<a class="nav-skip" href="#content">${_("Skip to main content")}</a>
<script type="text/javascript">
window.baseUrl = ${json.dumps(settings.STATIC_URL)};