From 56c8057ed0eedb60f7f57f8ced1db0fefab57822 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 30 Jul 2013 10:34:36 -0400 Subject: [PATCH] fix for underscore template issue for xmodules --- lms/templates/discussion/_underscore_templates.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lms/templates/discussion/_underscore_templates.html b/lms/templates/discussion/_underscore_templates.html index ddb22513f2..94efae902b 100644 --- a/lms/templates/discussion/_underscore_templates.html +++ b/lms/templates/discussion/_underscore_templates.html @@ -175,6 +175,7 @@
DISCUSSION HOME: + % if course and course.display_name_with_default:

${course.display_name_with_default}

@@ -221,6 +222,7 @@ % endif + % endif