Commit 8294aeeb by Jesse Shapiro

Add enterprise message to dashboard in edx.org theme

parent be6a4570
......@@ -75,6 +75,12 @@ from openedx.core.djangoapps.theming import helpers as theming_helpers
${enrollment_message | n, decode.utf8}
</section>
%endif
%if enterprise_message:
<div class="dashboard-banner">
${ enterprise_message | n, decode.utf8 }
</div>
%endif
</div>
<section class="container dashboard" id="dashboard-main">
......
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