Dashboard coarses link to the info page.

This commit is contained in:
Matthew Mongeau
2012-06-29 11:42:43 -04:00
parent bd4a9471bf
commit 31efd1f72e
2 changed files with 2 additions and 2 deletions

View File

@@ -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>

View File

@@ -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 &copy; 2012.edX. <a href="#">Some rights reserved.</a></p>