diff --git a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html index d656a5bbf3..43d2270585 100644 --- a/lms/templates/instructor/instructor_dashboard_2/e-commerce.html +++ b/lms/templates/instructor/instructor_dashboard_2/e-commerce.html @@ -107,9 +107,9 @@ %else: %endif - ${_('{code}').format(code=coupon.code)} - ${_('{description}').format(description=coupon.description)} - ${_('{discount}').format(discount=coupon.percentage_discount)} + ${coupon.code} + ${coupon.description} + ${coupon.percentage_discount} ${ coupon.couponredemption_set.filter(order__status='purchased').count() } [x]${_('Edit')}