Commit 56c8057e by Your Name

fix for underscore template issue for xmodules

parent 77a796e2
......@@ -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>
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