Dashboard coarses link to the info page.
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
% if len(courses) > 0:
|
||||
% for course in courses:
|
||||
<article class="my-course">
|
||||
<a href="/info">
|
||||
<a href="${reverse('info', args=[course.id])}">
|
||||
<div class="cover">
|
||||
<div class="shade"></div>
|
||||
<div class="arrow"></div>
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<footer>
|
||||
<nav>
|
||||
<section class="copyright">
|
||||
<a href="${ MITX_ROOT_URL }" class="logo">
|
||||
<a href="${reverse('root')}" class="logo">
|
||||
<img src="${static.url('images/logo.png')}" />
|
||||
</a>
|
||||
<p>Copyright © 2012.edX. <a href="#">Some rights reserved.</a></p>
|
||||
|
||||
Reference in New Issue
Block a user