Commit 198a4633 by Nimisha Asthagiri

Merge pull request #12141 from edx/naa/fix-dashboard-safe

Fix Dashboard on edx.org theme
parents 0279326d c73a238e
......@@ -65,13 +65,13 @@ from openedx.core.djangolib.js_utils import dump_js_escaped_json, js_escaped_str
<div class="dashboard-notifications" tabindex="-1">
%if message:
<section class="dashboard-banner">
${message}
${message | n, unicode}
</section>
%endif
%if enrollment_message:
<section class="dashboard-banner">
${enrollment_message}
${enrollment_message | n, unicode}
</section>
%endif
</div>
......
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