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
18dc689d
Commit
18dc689d
authored
Jul 24, 2012
by
Kyle Fiedler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added fix for where the course.css is being brought in
parent
00596d2f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
25 additions
and
1 deletions
+25
-1
lms/templates/courseware.html
+4
-0
lms/templates/info.html
+6
-0
lms/templates/main.html
+0
-1
lms/templates/profile.html
+4
-0
lms/templates/simplewiki/simplewiki_base.html
+6
-0
lms/templates/staticbook.html
+5
-0
No files found.
lms/templates/courseware.html
View file @
18dc689d
...
...
@@ -3,6 +3,10 @@
<
%
block
name=
"bodyclass"
>
courseware
</
%
block>
<
%
block
name=
"title"
><title>
Courseware – MITx 6.002x
</title></
%
block>
<
%
block
name=
"headextra"
>
<
%
static:css
group=
'course'
/>
</
%
block>
<
%
block
name=
"js_extra"
>
<script
type=
"text/javascript"
src=
"${static.url('js/vendor/flot/jquery.flot.js')}"
></script>
...
...
lms/templates/info.html
View file @
18dc689d
<
%
inherit
file=
"main.html"
/>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%
block
name=
"headextra"
>
<
%
static:css
group=
'course'
/>
</
%
block>
<
%
include
file=
"course_navigation.html"
args=
"active_page='info'"
/>
<
%!
from
courseware
.
courses
import
get_course_info_section
...
...
lms/templates/main.html
View file @
18dc689d
...
...
@@ -7,7 +7,6 @@
<link
rel=
"icon"
type=
"image/x-icon"
href=
"${static.url('images/favicon.ico')}"
/>
<
%
static:css
group=
'application'
/>
<
%
static:css
group=
'course'
/>
<!--[if lte IE 9]>
<%static:css group='ie-fixes'/>
...
...
lms/templates/profile.html
View file @
18dc689d
<
%
inherit
file=
"main.html"
/>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%
block
name=
"headextra"
>
<
%
static:css
group=
'course'
/>
</
%
block>
<
%
namespace
name=
"profile_graphs"
file=
"profile_graphs.js"
/>
<
%
block
name=
"title"
><title>
Profile - edX 6.002x
</title></
%
block>
...
...
lms/templates/simplewiki/simplewiki_base.html
View file @
18dc689d
...
...
@@ -3,6 +3,10 @@
<
%
inherit
file=
"../main.html"
/>
<
%
namespace
name=
'static'
file=
'../static_content.html'
/>
<
%
block
name=
"headextra"
>
<
%
static:css
group=
'course'
/>
</
%
block>
<
%!
from
django
.
core
.
urlresolvers
import
reverse
from
simplewiki
.
views
import
wiki_reverse
...
...
@@ -78,6 +82,7 @@
<
%
include
file=
"../course_navigation.html"
args=
"active_page='wiki'"
/>
%endif
<section
class=
"container"
>
<section
class=
"main-content"
>
<div
class=
"wiki-wrapper"
>
<
%
block
name=
"wiki_panel"
>
...
...
@@ -158,4 +163,5 @@
</div>
</section>
</section>
</
%
block>
lms/templates/staticbook.html
View file @
18dc689d
<
%
inherit
file=
"main.html"
/>
<
%
namespace
name=
'static'
file=
'static_content.html'
/>
<
%
block
name=
"title"
><title>
Textbook – MITx 6.002x
</title></
%
block>
<
%
block
name=
"headextra"
>
<
%
static:css
group=
'course'
/>
</
%
block>
<
%
block
name=
"js_extra"
>
<script>
var
page
=
$
{
page
};
...
...
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