diff --git a/lms/templates/courseware/program_marketing.html b/lms/templates/courseware/program_marketing.html index c72c98ad22..8fb399c41e 100644 --- a/lms/templates/courseware/program_marketing.html +++ b/lms/templates/courseware/program_marketing.html @@ -271,6 +271,8 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme <% course_run = course['course_runs'][0] course_img = course_run.get('image') + course_about_url = reverse('about_course', args=[course_run['key']]) + course_purchase_url = course_run['upgrade_url'] if course_run['upgrade_url'] else course_about_url %>
@@ -280,11 +282,11 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme
- ${course_run['title']} + ${course_run['title']}
${course_run['short_description']}
- ${_('Learn More')} + ${_('Learn More')}
@@ -296,7 +298,7 @@ endorser_org = endorser_position.get('organization_name') or corporate_endorseme % if program.get('is_learner_eligible_for_one_click_purchase') != True: % if course_run['is_enrollment_open'] and course_run['can_enroll'] and not course_run['is_course_ended']:
- Enroll Now + Enroll Now
% else: