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
4a4b4a5c
Commit
4a4b4a5c
authored
Sep 13, 2012
by
David Ormsbee
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #679 from MITx/feature/bridger/wiki_fixes
Feature/bridger/wiki fixes
parents
021f86a9
a3760d48
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
6 deletions
+16
-6
lms/templates/main_django.html
+9
-6
lms/templates/wiki/base.html
+3
-0
lms/templates/wiki/preview_inline.html
+4
-0
No files found.
lms/templates/main_django.html
View file @
4a4b4a5c
...
...
@@ -3,34 +3,37 @@
<html>
<head>
{% block title %}
<title>
edX
</title>
{% endblock %}
<link
rel=
"icon"
type=
"image/x-icon"
href=
"{% static "
images
/
favicon
.
ico
"
%}"
/>
{% compressed_css 'application' %}
{% compressed_js 'main_vendor' %}
{% block headextra %}{% endblock %}
{% render_block "css" %}
<meta
name=
"path_prefix"
content=
"{{MITX_ROOT_URL}}"
>
<!--[if lt IE 9]>
<script src="
{% static "js/html5shiv.js" %
}"></script>
<script src="
${static.url('js/html5shiv.js')
}"></script>
<![endif]-->
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
<![endif]-->
<meta
name=
"path_prefix"
content=
"{{MITX_ROOT_URL}}"
>
</head>
<body
class=
"{% block bodyclass %}{% endblock %}"
>
{% include "navigation.html" %}
<section
class=
"content-wrapper"
>
{% block body %}{% endblock %}
{% block bodyextra %}{% endblock %}
</section>
{% include "footer.html" %}
{% compressed_js 'application' %}
{% compressed_js 'module-js' %}
{% render_block "js" %}
</body>
</html>
...
...
lms/templates/wiki/base.html
View file @
4a4b4a5c
...
...
@@ -31,6 +31,9 @@
{% addtoblock 'js' %}
{% comment %} These scripts load at the bottom of the body {% endcomment %}
<script>
window
.
onload
=
add_schematic_handler
(
window
.
onload
);
</script>
<script
src=
"{% static 'js/bootstrap-alert.js' %}"
></script>
<script
src=
"{% static 'js/bootstrap-collapse.js' %}"
></script>
...
...
lms/templates/wiki/preview_inline.html
View file @
4a4b4a5c
...
...
@@ -41,6 +41,10 @@
{% compressed_js 'application' %}
{% compressed_js 'module-js' %}
<script>
window
.
onload
=
add_schematic_handler
(
window
.
onload
);
</script>
{% with mathjax_mode='wiki' %}
{% include "mathjax_include.html" %}
{% endwith %}
...
...
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