REVEM-203 Add course and program info to dashboard metadata
This commit is contained in:
@@ -5,7 +5,7 @@ from openedx.core.djangolib.js_utils import dump_js_escaped_json
|
||||
|
||||
<!-- TODO START: Clean up REVEM-205.-->
|
||||
<%
|
||||
dashboard_metadata = { 'course_prices': course_prices }
|
||||
dashboard_metadata = { 'course_prices': course_prices, 'course_info': course_info}
|
||||
%>
|
||||
|
||||
<script type="application/json" id="dashboard-metadata">
|
||||
|
||||
Reference in New Issue
Block a user