Merge pull request #17128 from edx/jaebradley/LEARNER-3600-Upsell-Modal

jaebradley/learner 3600 upsell modal
This commit is contained in:
Jae Bradley
2018-01-12 09:57:09 -05:00
committed by GitHub
9 changed files with 666 additions and 0 deletions

View File

@@ -17,8 +17,19 @@ from openedx.core.djangolib.markup import HTML
from openedx.features.course_experience import UNIFIED_COURSE_TAB_FLAG, SHOW_REVIEWS_TOOL_FLAG
%>
<%block name="header_extras">
<link rel="stylesheet" type="text/css" href="${static.url('paragon/static/paragon.min.css')}" />
</%block>
<%block name="content">
<div class="course-view page-content-container" id="course-container">
${static.renderReact(
component="CourseHomeUpsellExperimentModal",
id="upsell-modal",
props={},
)}
<header class="page-header has-secondary">
<div class="page-header-main">
<nav aria-label="${_('Course Outline')}" class="sr-is-focusable" tabindex="-1">