Added fix for where the course.css is being brought in
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -1,4 +1,10 @@
|
||||
<%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
|
||||
|
||||
@@ -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'/>
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
<%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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,6 +1,11 @@
|
||||
<%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 };
|
||||
|
||||
Reference in New Issue
Block a user