Merge pull request #523 from edx/feature/kevin/notifications_panel_xmodule_workaround

fix for underscore template issue for xmodules
This commit is contained in:
Kevin Chugh
2013-07-30 08:46:40 -07:00

View File

@@ -175,6 +175,7 @@
<div class="discussion-article blank-slate">
<section class="home-header">
<span class="label">DISCUSSION HOME:</span>
% if course and course.display_name_with_default:
<h1 class="home-title">${course.display_name_with_default}</h1>
</section>
@@ -221,6 +222,7 @@
</tr>
</table>
% endif
% endif
</div>
</script>