Commit 21f1e58c by Your Name Committed by David Ormsbee

fix for underscore template issue for xmodules

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