Commit c73a238e by Nimisha Asthagiri

Fix Dashboard on edx.org theme.

parent 0279326d
......@@ -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