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

[ENT-225] Add enterprise message to dashboard in edx.org theme
This commit is contained in:
Jesse Shapiro
2017-03-29 13:53:06 -04:00
committed by GitHub

View File

@@ -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">