- ${entry.title}
- %if entry.summary:
-
- ${entry.summary}
- %endif -${strftime("%m/%d/%y", entry.published_parsed)}
-diff --git a/lms/templates/course.html b/lms/templates/course.html index f009955df1..e8c7cd5875 100644 --- a/lms/templates/course.html +++ b/lms/templates/course.html @@ -1,4 +1,5 @@ <%namespace name='static' file='static_content.html'/> +<%namespace file='main.html' import="stanford_theme_enabled"/> <%! from django.core.urlresolvers import reverse from courseware.courses import course_image_url, get_course_about_section @@ -24,7 +25,11 @@
${get_course_about_section(course, 'short_description')}
-
-
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+ ${entry.summary}
- %endif -${strftime("%m/%d/%y", entry.published_parsed)}
-${entry.summary}
+ %endif +${strftime("%m/%d/%y", entry.published_parsed)}
+