Commit e2f2b059 by Nate Hardison

Remove link to university-specific page

Stanford doesn't need a specific branding page (currently!) for
each of its different "universities" ("schools," in Stanford's
case). Remove the link so that we don't direct folks to these
missing pages.
parent fbc3a63b
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
<p>${get_course_about_section(course, 'short_description')}</p> <p>${get_course_about_section(course, 'short_description')}</p>
</div> </div>
<div class="bottom"> <div class="bottom">
<a href="${reverse('university_profile', args=[course.org])}" class="university">${get_course_about_section(course, 'university')}</a> <span class="university">${get_course_about_section(course, 'university')}</span>
<span class="start-date">${course.start_date_text}</span> <span class="start-date">${course.start_date_text}</span>
</div> </div>
</section> </section>
......
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