Fix link to root page on the main page footer

This commit is contained in:
Carlos Andrés Rocha
2013-01-03 17:21:54 -05:00
parent a67b54bf82
commit 2e6ac2f72c

View File

@@ -6,7 +6,7 @@
<nav>
<section class="top">
<section class="primary">
<a href="https://www.edx.org" class="logo"></a>
<a href="${reverse('root')}" class="logo"></a>
<a href="${reverse('courses')}">Find Courses</a>
<a href="${reverse('about_edx')}">About</a>
<a href="http://blog.edx.org/">Blog</a>