Skip to content
Snippets Groups Projects
Commit 1d7203ef authored by Matthew Mongeau's avatar Matthew Mongeau
Browse files

Link university on dashboard.

parent 16f4ed27
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@
</a>
<section class="info">
<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>
</hgroup>
<section class="course-status">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment