Skip to content

Commit

Permalink
Merge pull request openedx#442 from jauzzz/ironwood
Browse files Browse the repository at this point in the history
modify price text for program
  • Loading branch information
gitfengri authored May 29, 2019
2 parents 54a9202 + 9f77cb6 commit 236a304
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,7 @@ <h2 class="subtitle">${program['subtitle']}</h2>
${Text(_('${oldPrice}')).format(oldPrice=full_program_price_format.format(program['discount_data']['total_incl_tax_excl_discounts']))}
</span>
<span aria-label="${_('Discounted Price')}" class="discount">
${Text(_('${newPrice}')).format(newPrice=full_program_price,)}
</span>
<span>
${_(')')}
${Text(_('${newPrice})')).format(newPrice=full_program_price)}
</span>
% else:
<span>
Expand Down

0 comments on commit 236a304

Please sign in to comment.