Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d41a9745
Commit
d41a9745
authored
Oct 31, 2013
by
Diana Huang
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1556 from edx/diana/wiki-skip-links
Add skip link to django template pages.
parents
70b7ac41
d8862927
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lms/templates/main_django.html
+3
-2
No files found.
lms/templates/main_django.html
View file @
d41a9745
...
...
@@ -22,15 +22,16 @@
<!--[if lt IE 9]>
<script src="
${static.url('js/html5shiv.js')
}"></script>
<script src="
{% static 'js/html5shiv.js' %
}"></script>
<![endif]-->
<meta
name=
"path_prefix"
content=
"{{MITX_ROOT_URL}}"
>
</head>
<body
class=
"{% block bodyclass %}{% endblock %}"
>
<a
class=
"nav-skip"
href=
"#content"
>
{% trans "Skip to this view's content" %}
</a>
{% include "navigation.html" %}
<section
class=
"content-wrapper"
>
<section
class=
"content-wrapper"
id=
"content"
>
{% block body %}{% endblock %}
{% block bodyextra %}{% endblock %}
</section>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment