Commit 1d7203ef by Matthew Mongeau

Link university on dashboard.

parent 16f4ed27
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</a> </a>
<section class="info"> <section class="info">
<hgroup> <hgroup>
<a href="#" class="university">${get_course_about_section(course, 'university')}</a> <a href="${reverse('university_profile', args=[course.org])}" class="university">${get_course_about_section(course, 'university')}</a>
<h3><a href="${course_target}">${get_course_about_section(course, "title")}</a></h3> <h3><a href="${course_target}">${get_course_about_section(course, "title")}</a></h3>
</hgroup> </hgroup>
<section class="course-status"> <section class="course-status">
......
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