REVEM-203 Add course and program info to dashboard metadata

This commit is contained in:
Christie Rice
2019-03-27 14:33:57 -04:00
parent 9ce60190d4
commit 052683f926
4 changed files with 141 additions and 13 deletions

View File

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