From 598dc0ebd6d525c5577d3226b916b404026937f0 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 26 Nov 2014 12:37:44 +0000 Subject: [PATCH] No point using translation for a string consisting only of a replacement. --- .../instructor/instructor_dashboard_2/e-commerce.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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')}