From 44f1f7f97583e40c3e2b0455bbea94387bf5698e Mon Sep 17 00:00:00 2001 From: Ibrahim Date: Wed, 21 Jun 2017 19:55:05 +0500 Subject: [PATCH] start button fix in mobile --- .../courseware/program_marketing.html | 45 ++++++++++--------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/lms/templates/courseware/program_marketing.html b/lms/templates/courseware/program_marketing.html index d1672efa9a..a02e8ef7cd 100644 --- a/lms/templates/courseware/program_marketing.html +++ b/lms/templates/courseware/program_marketing.html @@ -66,14 +66,11 @@ description_max_length = 250

${title}

% if program.get('is_learner_eligible_for_one_click_purchase'): - + ${_('Purchase the Program')} % else: - ${_('Start Learning')} % endif @@ -81,7 +78,7 @@ description_max_length = 250
- ${_('View Course Trailer')} + ${_('View Program Trailer')}
@@ -271,8 +270,10 @@ description_max_length = 250
% if endorsement: "${endorsement_quote}" - % if endorser and endorsement_image: - ${_('Endorser Image')} + % if endorser: + % if endorsement_image: + ${_('Endorser Image')} + % endif ${endorsement_name}, ${endorsement_position}, @@ -329,7 +330,7 @@ description_max_length = 250
-
${instructor['bio']}
+
${HTML(instructor['bio'])}