Skip to content
Snippets Groups Projects
Commit 8294aeeb authored by Jesse Shapiro's avatar Jesse Shapiro
Browse files

Add enterprise message to dashboard in edx.org theme

parent be6a4570
No related branches found
Tags release-2020-11-19-11.03
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment