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 %>