From 9372ba6ef7f35191c511d3eb7a52ab510dc973d9 Mon Sep 17 00:00:00 2001 From: Bertrand Marron Date: Mon, 6 Jan 2014 20:52:31 +0100 Subject: [PATCH] =?UTF-8?q?Use=20=20for=20course=20preview=E2=80=99s?= =?UTF-8?q?=20university?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The course’s university was displayed using a tag that points to nothing ('#'). There was some stanford specific behavior to replace that tag with a . This commit removes that. --- lms/templates/course.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lms/templates/course.html b/lms/templates/course.html index 4f2a78984f..849179bdbe 100644 --- a/lms/templates/course.html +++ b/lms/templates/course.html @@ -1,5 +1,4 @@ <%namespace name='static' file='static_content.html'/> -<%namespace file='main.html' import="stanford_theme_enabled"/> <%! from django.utils.translation import ugettext as _ from django.core.urlresolvers import reverse @@ -26,11 +25,7 @@ from courseware.courses import course_image_url, get_course_about_section

${get_course_about_section(course, 'short_description')}