Added more styles includeing the index page more color changes and header styles
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<meta name="path_prefix" content="${MITX_ROOT_URL}">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body class="<%block name='bodyclass'></%block>">
|
||||
|
||||
<%include file="widgets/header.html"/>
|
||||
<%include file="courseware_vendor_js.html"/>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<%inherit file="base.html" />
|
||||
<%block name="title">Course Manager</%block>
|
||||
<%include file="widgets/header.html"/>
|
||||
|
||||
<%block name="content">
|
||||
<section class="main-container">
|
||||
|
||||
@@ -1,8 +1,16 @@
|
||||
<%inherit file="base.html" />
|
||||
<%block name="bodyclass">index</%block>
|
||||
<%block name="title">Courses</%block>
|
||||
|
||||
<%block name="content">
|
||||
<h1>edX Course Management</h1>
|
||||
|
||||
<section class="main-container">
|
||||
<header>
|
||||
<h1>Courses</h1>
|
||||
<a href="#" class="wip">+</a>
|
||||
</header>
|
||||
|
||||
<ol>
|
||||
%for course, url in courses:
|
||||
<li><a href="${url}">${course}</a></li>
|
||||
|
||||
Reference in New Issue
Block a user