Commit 4ba0bfcd by Jesse Shapiro Committed by GitHub

Merge pull request #14788 from open-craft/haikuginger/update-edx-theme

[ENT-225] Add enterprise message to dashboard in edx.org theme
parents be6a4570 8294aeeb
......@@ -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