Commit 31efd1f7 by Matthew Mongeau

Dashboard coarses link to the info page.

parent bd4a9471
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
% if len(courses) > 0: % if len(courses) > 0:
% for course in courses: % for course in courses:
<article class="my-course"> <article class="my-course">
<a href="/info"> <a href="${reverse('info', args=[course.id])}">
<div class="cover"> <div class="cover">
<div class="shade"></div> <div class="shade"></div>
<div class="arrow"></div> <div class="arrow"></div>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<footer> <footer>
<nav> <nav>
<section class="copyright"> <section class="copyright">
<a href="${ MITX_ROOT_URL }" class="logo"> <a href="${reverse('root')}" class="logo">
<img src="${static.url('images/logo.png')}" /> <img src="${static.url('images/logo.png')}" />
</a> </a>
<p>Copyright &copy; 2012.edX. <a href="#">Some rights reserved.</a></p> <p>Copyright &copy; 2012.edX. <a href="#">Some rights reserved.</a></p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment